diff options
author | Stefan Agner <stefan@agner.ch> | 2014-10-16 21:37:07 +0200 |
---|---|---|
committer | Stefan Agner <stefan@agner.ch> | 2014-10-16 21:37:07 +0200 |
commit | 97db7732f2fc24402a5be56f5ba19f00b7e2c66a (patch) | |
tree | 1e4aa9cd42291e347bd920cc9ce83ee9621dc3b9 /drivers/gpio/Kconfig | |
parent | a6e91699b6bf7dc4e8293374bce7c05a0d40053c (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.
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 0959ca9b6b27..8586517a99a2 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -333,6 +333,13 @@ config GPIO_TZ1090_PDC help Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs. +config GPIO_VF610 + def_bool y + depends on ARCH_MXC && SOC_VF610 + select GPIOLIB_IRQCHIP + help + Say yes here to support Vybrid vf610 GPIOs. + config GPIO_XGENE bool "APM X-Gene GPIO controller support" depends on ARM64 && OF_GPIO |