summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mediatek/Kconfig
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-02-19 08:17:18 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-02-19 10:05:14 +0100
commit87316f6bee58a756279b5df19faae9096b9206f3 (patch)
tree75d9af159264fc1286fb9f60411c0d645978a226 /drivers/pinctrl/mediatek/Kconfig
parentpinctrl: mediatek: Modify pinctrl bindings for mt7623 (diff)
downloadlinux-87316f6bee58a756279b5df19faae9096b9206f3.tar.xz
linux-87316f6bee58a756279b5df19faae9096b9206f3.zip
pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for MT7623
Add the driver and header files required to make pinctrl work on MediaTek MT7623. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/mediatek/Kconfig')
-rw-r--r--drivers/pinctrl/mediatek/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pinctrl/mediatek/Kconfig b/drivers/pinctrl/mediatek/Kconfig
index e4fbc587f1d4..4f0bc8a103f4 100644
--- a/drivers/pinctrl/mediatek/Kconfig
+++ b/drivers/pinctrl/mediatek/Kconfig
@@ -15,6 +15,12 @@ config PINCTRL_MT2701
default MACH_MT2701
select PINCTRL_MTK
+config PINCTRL_MT7623
+ bool "Mediatek MT7623 pin control" if COMPILE_TEST && !MACH_MT7623
+ depends on OF
+ default MACH_MT7623
+ select PINCTRL_MTK_COMMON
+
config PINCTRL_MT8135
bool "Mediatek MT8135 pin control" if COMPILE_TEST && !MACH_MT8135
depends on OF