diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-10-28 22:41:27 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-10-30 15:56:16 +0100 |
commit | d5e9fb31baa2b1fd6d2043c748e6ff9313dfa8b5 (patch) | |
tree | 1f3054388b1eeddcaf1f5e98ff5c226ce34963df /drivers/pinctrl/sunxi/Kconfig | |
parent | 4f6bd5cfc6c8f2e8c2c38fdfea8e32f9a463cdbb (diff) | |
download | blackbird-obmc-linux-d5e9fb31baa2b1fd6d2043c748e6ff9313dfa8b5.tar.gz blackbird-obmc-linux-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/Kconfig | 4 |
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 |