diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-06-17 18:52:51 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-07-11 16:08:30 +0400 |
commit | 4c821d1c934c741b995d37cab206b7fca5ffd6a5 (patch) | |
tree | 3d3e8be646c4d1085fb3b1a0ad88508356a35163 /drivers/pinctrl/sunxi/Kconfig | |
parent | d9ff081d9123af59144d3617668c8274b2cc3254 (diff) | |
download | linux-4c821d1c934c741b995d37cab206b7fca5ffd6a5.tar.xz |
pinctrl: sunxi: Add A23 PIO controller support
The A23 uses the same pin controller as previous SoC's from Allwinner.
Add support for the pins controlled by the main PIO controller.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-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 4cbf458579d5..7e6a2684949a 100644 --- a/drivers/pinctrl/sunxi/Kconfig +++ b/drivers/pinctrl/sunxi/Kconfig @@ -30,4 +30,8 @@ config PINCTRL_SUN7I_A20 def_bool MACH_SUN7I select PINCTRL_SUNXI_COMMON +config PINCTRL_SUN8I_A23 + def_bool MACH_SUN8I + select PINCTRL_SUNXI_COMMON + endif |