summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi/Kconfig
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2014-06-17 22:52:52 +0800
committerLinus Walleij <linus.walleij@linaro.org>2014-07-11 14:08:30 +0200
commitd22bf40f46380c105aecef8a38106dcfaba88907 (patch)
treefcf0cb8304cdda841f813f3f0eb12a8bb0020d75 /drivers/pinctrl/sunxi/Kconfig
parent4c821d1c934c741b995d37cab206b7fca5ffd6a5 (diff)
downloadop-kernel-dev-d22bf40f46380c105aecef8a38106dcfaba88907.zip
op-kernel-dev-d22bf40f46380c105aecef8a38106dcfaba88907.tar.gz
pinctrl: sunxi: Add A23 R_PIO controller support
The A23 has a R_PIO pin controller, similar to the one found on the A31 SoC. Add support for the pins controlled by the R_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/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig
index 7e6a268..a5e10f7 100644
--- a/drivers/pinctrl/sunxi/Kconfig
+++ b/drivers/pinctrl/sunxi/Kconfig
@@ -34,4 +34,9 @@ config PINCTRL_SUN8I_A23
def_bool MACH_SUN8I
select PINCTRL_SUNXI_COMMON
+config PINCTRL_SUN8I_A23_R
+ def_bool MACH_SUN8I
+ depends on RESET_CONTROLLER
+ select PINCTRL_SUNXI_COMMON
+
endif
OpenPOWER on IntegriCloud