aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi/Kconfig
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2014-10-28 22:41:27 +0100
committerLinus Walleij <linus.walleij@linaro.org>2014-10-30 15:56:16 +0100
commitd5e9fb31baa2b1fd6d2043c748e6ff9313dfa8b5 (patch)
tree1f3054388b1eeddcaf1f5e98ff5c226ce34963df /drivers/pinctrl/sunxi/Kconfig
parentpinctrl: sunxi: Add PN bank base pin (diff)
downloadlinux-dev-d5e9fb31baa2b1fd6d2043c748e6ff9313dfa8b5.tar.xz
linux-dev-d5e9fb31baa2b1fd6d2043c748e6ff9313dfa8b5.zip
pinctrl: sunxi: Add A80 pinctrl muxing options
The A80 has a rather usual pin controller, the only thing out of the ordinary being that it has 5 interrupts banks, and that some pins have several options for the same functions. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sunxi/Kconfig')
-rw-r--r--drivers/pinctrl/sunxi/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig
index a5e10f777ed2..230a952608cb 100644
--- a/drivers/pinctrl/sunxi/Kconfig
+++ b/drivers/pinctrl/sunxi/Kconfig
@@ -39,4 +39,8 @@ config PINCTRL_SUN8I_A23_R
depends on RESET_CONTROLLER
select PINCTRL_SUNXI_COMMON
+config PINCTRL_SUN9I_A80
+ def_bool MACH_SUN9I
+ select PINCTRL_SUNXI_COMMON
+
endif