aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2014-10-16 15:47:58 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-10-24 08:18:05 -0400
commit7f2691a19627a8d7723909b6e82468fd4437e445 (patch)
tree858d901c3767e590a68618d1d5eff6d3014861a8 /drivers/gpio/Kconfig
parent3eebd61322835565bbcb1745bf9bd44e86ff80ca (diff)
gpio: vf610: add gpiolib/IRQ chip driver for Vybrid
Add a gpiolib and IRQ chip driver for Vybrid ARM SoC using the Vybrid's GPIO and PORT module. The driver is instanced once per each GPIO/PORT module pair and handles 32 GPIO's. Signed-off-by: Stefan Agner <stefan@agner.ch> Acked-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index cd3313436b3a..690ad0b20414 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -347,6 +347,13 @@ config GPIO_TZ1090_PDC
347 help 347 help
348 Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs. 348 Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs.
349 349
350config GPIO_VF610
351 def_bool y
352 depends on ARCH_MXC && SOC_VF610
353 select GPIOLIB_IRQCHIP
354 help
355 Say yes here to support Vybrid vf610 GPIOs.
356
350config GPIO_XGENE 357config GPIO_XGENE
351 bool "APM X-Gene GPIO controller support" 358 bool "APM X-Gene GPIO controller support"
352 depends on ARM64 && OF_GPIO 359 depends on ARM64 && OF_GPIO