aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2015-01-17 13:15:14 -0500
committerLinus Walleij <linus.walleij@linaro.org>2015-01-26 03:13:00 -0500
commit6ac730951104a437bf828683bcf9ba66336c4fa7 (patch)
treea83997a2551349a70f57cbe8d611df5867e23143 /drivers/pinctrl/Kconfig
parent40b9e4fa752cae81e2ca448d8ef252264732a00f (diff)
pinctrl: add driver for Amlogic Meson SoCs
This is a driver for the pinmux and GPIO controller available in Amlogic Meson SoCs. It currently supports only Meson8, however the common code should be generic enough to work also for other SoCs after having defined the proper set of functions and groups. GPIO interrupts are not supported at the moment due to lack of documentation. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index e738cca15a2c..ee9f44ad7f02 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -96,6 +96,14 @@ config PINCTRL_FALCON
96 depends on SOC_FALCON 96 depends on SOC_FALCON
97 depends on PINCTRL_LANTIQ 97 depends on PINCTRL_LANTIQ
98 98
99config PINCTRL_MESON
100 bool
101 select PINMUX
102 select PINCONF
103 select GENERIC_PINCONF
104 select OF_GPIO
105 select REGMAP_MMIO
106
99config PINCTRL_ROCKCHIP 107config PINCTRL_ROCKCHIP
100 bool 108 bool
101 select PINMUX 109 select PINMUX