summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/meson/Kconfig
diff options
context:
space:
mode:
authorXingyu Chen <xingyu.chen@amlogic.com>2017-11-20 18:08:24 +0800
committerLinus Walleij <linus.walleij@linaro.org>2017-11-30 14:28:16 +0100
commit0fabe43f3f60e151e4a266049de66aa1fb4e2146 (patch)
treecb2a629f6820792294af64e842524e33a0877575 /drivers/pinctrl/meson/Kconfig
parent6200248f41582a410fd0f81dcbe9732ebf6b3560 (diff)
pinctrl: meson-axg: Introduce a pinctrl pinmux ops for Meson-AXG SoC
The pin controller has been updated in the Amlogic Meson AXG series, which use continuous 4-bit register to select function for each pin. In order to support this, a new pinmux operations "meson_axg_pmx_ops" has been added. Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Xingyu Chen <xingyu.chen@amlogic.com> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com> Reviewed-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/meson/Kconfig')
-rw-r--r--drivers/pinctrl/meson/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pinctrl/meson/Kconfig b/drivers/pinctrl/meson/Kconfig
index 1a51778759ea..fe5e6ca88412 100644
--- a/drivers/pinctrl/meson/Kconfig
+++ b/drivers/pinctrl/meson/Kconfig
@@ -38,4 +38,7 @@ config PINCTRL_MESON_GXL
config PINCTRL_MESON8_PMX
bool
+config PINCTRL_MESON_AXG_PMX
+ bool
+
endif