arm64: sunxi: Kconfig: add essential pinctrl driver
authorAndre Przywara <andre.przywara@arm.com>
Mon, 8 Aug 2016 17:21:43 +0000 (18:21 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 23 Aug 2016 19:37:17 +0000 (21:37 +0200)
commitd229d205132bfd75fa0cf36fce24264ed01de28a
treeda749431e296f936c23c0a76bf51abf6b9580be6
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
arm64: sunxi: Kconfig: add essential pinctrl driver

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.
That line was in the original pinctrl driver patch, but got removed
to avoid the dependency on the Kconfig patch [1].
Also add the general PINCTRL symbol, which isn't selected automatically
for the same reason.

Reported-by: Jeroen Dekien <dekien@gmail.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
[1]: http://lists.infradead.org/pipermail/linux-arm-kernel/2016-March/414086.html
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm64/Kconfig.platforms