summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorJohn Crispin2012-08-28 12:44:59 +0200
committerJohn Crispin2012-09-13 10:30:49 +0200
commit3f8c50c9b110dad4136ea7226cd87b0c4cdb70c8 (patch)
treebd2dc11535f5102ca56edc10e4674d1e13908f20 /arch/mips/Kconfig
parentMIPS: lantiq: adds support for gptu timers (diff)
downloadkernel-qcow2-linux-3f8c50c9b110dad4136ea7226cd87b0c4cdb70c8.tar.gz
kernel-qcow2-linux-3f8c50c9b110dad4136ea7226cd87b0c4cdb70c8.tar.xz
kernel-qcow2-linux-3f8c50c9b110dad4136ea7226cd87b0c4cdb70c8.zip
OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl support
Implement support for pinctrl on lantiq/xway socs. The IO core found on these socs has the registers for pinctrl, pinconf and gpio mixed up in the same register range. As the gpio_chip handling is only a few lines, the driver also implements the gpio functionality. This obseletes the old gpio driver that was located in the arch/ folder. Signed-off-by: John Crispin <blogic@openwrt.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 331d574df99c..b0f74b89d6fa 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -241,6 +241,8 @@ config LANTIQ
select HAVE_MACH_CLKDEV
select CLKDEV_LOOKUP
select USE_OF
+ select PINCTRL
+ select PINCTRL_LANTIQ
config LASAT
bool "LASAT Networks platforms"