aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/meson/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pinctrl/meson/Kconfig')
-rw-r--r--drivers/pinctrl/meson/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pinctrl/meson/Kconfig b/drivers/pinctrl/meson/Kconfig
index c80951d6caff..9ab537eb78a3 100644
--- a/drivers/pinctrl/meson/Kconfig
+++ b/drivers/pinctrl/meson/Kconfig
@@ -47,4 +47,10 @@ config PINCTRL_MESON_AXG
config PINCTRL_MESON_AXG_PMX
bool
+config PINCTRL_MESON_G12A
+ bool "Meson g12a Soc pinctrl driver"
+ depends on ARM64
+ select PINCTRL_MESON_AXG_PMX
+ default y
+
endif