From: Paul Cercueil Date: Fri, 12 May 2017 16:52:58 +0000 (+0200) Subject: MIPS: ingenic: Enable pinctrl for all ingenic SoCs X-Git-Tag: v4.13-rc1~139^2~64^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=37b4c3ca559f0c5cc2f0e7478e438e486ba57e05;p=karo-tx-linux.git MIPS: ingenic: Enable pinctrl for all ingenic SoCs There is a pinctrl driver for each of the Ingenic SoCs supported by the upstream Linux kernel. In order to switch away from the old GPIO platform code, we now enable the pinctrl drivers by default for the Ingenic SoCs. Signed-off-by: Paul Cercueil Signed-off-by: Linus Walleij --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2828ecde133d..45bcd1cfcec0 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -364,6 +364,7 @@ config MACH_INGENIC select SYS_SUPPORTS_ZBOOT_UART16550 select DMA_NONCOHERENT select IRQ_MIPS_CPU + select PINCTRL select GPIOLIB select COMMON_CLK select GENERIC_IRQ_CHIP