[PATCH 09/13] arm64: sunxi: Kconfig: add essential pinctrl driver

2016-07-26 Thread Maxime Ripard
From: Andre Przywara The pinctrl driver is essential for the Allwinner SoCs to work. Add the driver's config symbol to the Kconfig entry to always compile it in. We can't use the arm approach to make the _driver's_ Kconfig symbol def_bool, because we lack the MACH_*

[PATCH 09/13] arm64: sunxi: Kconfig: add essential pinctrl driver

2016-07-26 Thread Maxime Ripard
From: Andre Przywara The pinctrl driver is essential for the Allwinner SoCs to work. Add the driver's config symbol to the Kconfig entry to always compile it in. We can't use the arm approach to make the _driver's_ Kconfig symbol def_bool, because we lack the MACH_* symbols in arm64.