aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi/Kconfig
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.io>2017-07-22 10:50:54 +0800
committerLinus Walleij <linus.walleij@linaro.org>2017-08-14 15:00:59 +0200
commitcad4e209c10258a43f4c9de0c77818db9f3d9031 (patch)
tree79d83c3b66cb29f7e4e8f146f740ea5fbde411c8 /drivers/pinctrl/sunxi/Kconfig
parentpinctrl: msm: add support to configure ipq40xx GPIO_PULL bits (diff)
downloadlinux-dev-cad4e209c10258a43f4c9de0c77818db9f3d9031.tar.xz
linux-dev-cad4e209c10258a43f4c9de0c77818db9f3d9031.zip
pinctrl: sunxi: add support of R40 to A10 pinctrl driver
R40 is said to be an upgrade of A20, and its pin configuration is also similar to A20 (and thus similar to A10). Add support for R40 to the A10 pinctrl driver. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Reviewed-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sunxi/Kconfig')
-rw-r--r--drivers/pinctrl/sunxi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig
index 31f85ca92669..bfce99d86dfc 100644
--- a/drivers/pinctrl/sunxi/Kconfig
+++ b/drivers/pinctrl/sunxi/Kconfig
@@ -7,7 +7,7 @@ config PINCTRL_SUNXI
select GPIOLIB
config PINCTRL_SUN4I_A10
- def_bool MACH_SUN4I || MACH_SUN7I
+ def_bool MACH_SUN4I || MACH_SUN7I || MACH_SUN8I
select PINCTRL_SUNXI
config PINCTRL_SUN5I