To use the newly added PXA27x pinctrl driver, this commit is needed
as well as commit 4b15ec9d42b2 ("pinctrl: activate pxa architecture").Signed-off-by: Masahiro Yamada <[email protected]> --- arch/arm/mach-pxa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index f096836..35bc0fe 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -618,6 +618,7 @@ config PXA25x config PXA27x bool select CPU_XSCALE + select PINCTRL help Select code specific to PXA27x variants -- 1.9.1

