aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi/Kconfig
diff options
context:
space:
mode:
authorYangtao Li <frank@allwinnertech.com>2020-07-24 15:05:49 +0800
committerLinus Walleij <linus.walleij@linaro.org>2020-09-12 12:35:42 +0200
commit473436e7647d63dc8bc144edd4b970fd210509d7 (patch)
tree15f58e9deda04d2968635f5127c71467ef497eb2 /drivers/pinctrl/sunxi/Kconfig
parentdt-bindings: pinctrl: sunxi: Add A100 pinctrl bindings (diff)
downloadlinux-dev-473436e7647d63dc8bc144edd4b970fd210509d7.tar.xz
linux-dev-473436e7647d63dc8bc144edd4b970fd210509d7.zip
pinctrl: sunxi: add support for the Allwinner A100 pin controller
This commit introduces support for the pin controller on A100. Signed-off-by: Yangtao Li <frank@allwinnertech.com> Acked-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/4e331a2ed4a30c883df6157bc5c52bb686aa8e0d.1595572867.git.frank@allwinnertech.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sunxi/Kconfig')
-rw-r--r--drivers/pinctrl/sunxi/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig
index f7aae200ee15..593293584ecc 100644
--- a/drivers/pinctrl/sunxi/Kconfig
+++ b/drivers/pinctrl/sunxi/Kconfig
@@ -94,6 +94,16 @@ config PINCTRL_SUN50I_A64_R
default ARM64 && ARCH_SUNXI
select PINCTRL_SUNXI
+config PINCTRL_SUN50I_A100
+ bool "Support for the Allwinner A100 PIO"
+ default ARM64 && ARCH_SUNXI
+ select PINCTRL_SUNXI
+
+config PINCTRL_SUN50I_A100_R
+ bool "Support for the Allwinner A100 R-PIO"
+ default ARM64 && ARCH_SUNXI
+ select PINCTRL_SUNXI
+
config PINCTRL_SUN50I_H5
bool "Support for the Allwinner H5 PIO"
default ARM64 && ARCH_SUNXI