diff options
author | John Crispin <blogic@openwrt.org> | 2012-05-19 18:33:56 -0400 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-09-13 04:30:58 -0400 |
commit | e316cb2b16bbfbe48387b56e7e6b5d32ec686f82 (patch) | |
tree | 8a57137909fa0a7911fe95aba9fb63130b2e3c66 /drivers/pinctrl/Kconfig | |
parent | 3f8c50c9b110dad4136ea7226cd87b0c4cdb70c8 (diff) |
OF: pinctrl: MIPS: lantiq: adds support for FALCON SoC
Implement support for pinctrl on lantiq/falcon socs. The FALCON has 5 banks
of up to 32 pins.
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index f77dce0b1011..45d2158a5374 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
@@ -65,6 +65,11 @@ config PINCTRL_PXA3xx | |||
65 | bool | 65 | bool |
66 | select PINMUX | 66 | select PINMUX |
67 | 67 | ||
68 | config PINCTRL_FALCON | ||
69 | bool | ||
70 | depends on SOC_FALCON | ||
71 | depends on PINCTRL_LANTIQ | ||
72 | |||
68 | config PINCTRL_MMP2 | 73 | config PINCTRL_MMP2 |
69 | bool "MMP2 pin controller driver" | 74 | bool "MMP2 pin controller driver" |
70 | depends on ARCH_MMP | 75 | depends on ARCH_MMP |