diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2018-07-05 16:43:10 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-07-09 14:41:48 +0300 |
commit | 4ba9c3afda41213ec98c30053e32963892e6dc7c (patch) | |
tree | 8deed62de58b769def4b2876c44c5b571fe5c23f /drivers/gpio/Kconfig | |
parent | af2b04d19242686a2c30e526c9b7a9e9c57bbce9 (diff) | |
download | linux-4ba9c3afda41213ec98c30053e32963892e6dc7c.tar.xz |
gpio: mt7621: Add a driver for MT7621
Add driver support for gpio of MT7621 SoC.
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Reviewed-by: NeilBrown <neil@brown.name>
[Switched wording WIDTH to STRIDE]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 71c0ab46f216..836aa2173e44 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -359,6 +359,14 @@ config GPIO_MPC8XXX Say Y here if you're going to use hardware that connects to the MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs. +config GPIO_MT7621 + bool "Mediatek MT7621 GPIO Support" + depends on SOC_MT7620 || SOC_MT7621 || COMPILE_TEST + select GPIO_GENERIC + select GPIOLIB_IRQCHIP + help + Say yes here to support the Mediatek MT7621 SoC GPIO device + config GPIO_MVEBU def_bool y depends on PLAT_ORION || ARCH_MVEBU |