diff options
author | John Crispin <blogic@openwrt.org> | 2012-05-20 00:33:56 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-09-13 10:30:58 +0200 |
commit | e316cb2b16bbfbe48387b56e7e6b5d32ec686f82 (patch) | |
tree | 8a57137909fa0a7911fe95aba9fb63130b2e3c66 /arch/mips/lantiq | |
parent | 3f8c50c9b110dad4136ea7226cd87b0c4cdb70c8 (diff) | |
download | blackbird-obmc-linux-e316cb2b16bbfbe48387b56e7e6b5d32ec686f82.tar.gz blackbird-obmc-linux-e316cb2b16bbfbe48387b56e7e6b5d32ec686f82.zip |
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 'arch/mips/lantiq')
-rw-r--r-- | arch/mips/lantiq/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/lantiq/Kconfig b/arch/mips/lantiq/Kconfig index 080c01349f9f..d84f361f1e45 100644 --- a/arch/mips/lantiq/Kconfig +++ b/arch/mips/lantiq/Kconfig @@ -20,6 +20,7 @@ config SOC_XWAY config SOC_FALCON bool "FALCON" + select PINCTRL_FALCON endchoice |