diff options
author | Paul Cercueil <paul@crapouillou.net> | 2017-05-12 18:52:58 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-05-22 17:23:40 +0200 |
commit | 37b4c3ca559f0c5cc2f0e7478e438e486ba57e05 (patch) | |
tree | 8f72742094b173b745c1a067880abd0e812273d1 /arch/mips/Kconfig | |
parent | cf2fd519e6ec1fc5eb0fc15d2544fb26c4fd8e11 (diff) | |
download | op-kernel-dev-37b4c3ca559f0c5cc2f0e7478e438e486ba57e05.zip op-kernel-dev-37b4c3ca559f0c5cc2f0e7478e438e486ba57e05.tar.gz |
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 <paul@crapouillou.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2828ecd..45bcd1c 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 |