diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-10-28 17:41:27 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-10-30 10:56:16 -0400 |
commit | d5e9fb31baa2b1fd6d2043c748e6ff9313dfa8b5 (patch) | |
tree | 1f3054388b1eeddcaf1f5e98ff5c226ce34963df /drivers/pinctrl/sunxi/Kconfig | |
parent | 4f6bd5cfc6c8f2e8c2c38fdfea8e32f9a463cdbb (diff) |
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 | |||
39 | depends on RESET_CONTROLLER | 39 | depends on RESET_CONTROLLER |
40 | select PINCTRL_SUNXI_COMMON | 40 | select PINCTRL_SUNXI_COMMON |
41 | 41 | ||
42 | config PINCTRL_SUN9I_A80 | ||
43 | def_bool MACH_SUN9I | ||
44 | select PINCTRL_SUNXI_COMMON | ||
45 | |||
42 | endif | 46 | endif |