[PATCH 4/8] arm64: allwinner: select A64 R_PIO driver
Icenowy Zheng
icenowy at aosc.xyz
Wed Feb 8 02:00:05 PST 2017
As the pinctrl drivers of ARM64 Allwinner SoCs do not have a way to
be explicitly enabled, it should be select by the platform option.
Signed-off-by: Icenowy Zheng <icenowy at aosc.xyz>
---
arch/arm64/Kconfig.platforms | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 715ef1256838..d539ac54a36a 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -5,6 +5,7 @@ config ARCH_SUNXI
select GENERIC_IRQ_CHIP
select PINCTRL
select PINCTRL_SUN50I_A64
+ select PINCTRL_SUN50I_A64_R
help
This enables support for Allwinner sunxi based SoCs like the A64.
--
2.11.0
More information about the linux-arm-kernel
mailing list