summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorMark Brown2012-06-23 14:29:25 +0200
committerLinus Walleij2012-07-17 20:59:53 +0200
commit31ba56f274d60d0b84efae4d15a9cd3e0486fa8c (patch)
tree8a5a49462f4c88b7d1a915e3a1bd5dbcd31871a2 /drivers/gpio/Kconfig
parentgpio: gpio-lpc32xx: Add gpio_to_irq mapping (diff)
downloadkernel-qcow2-linux-31ba56f274d60d0b84efae4d15a9cd3e0486fa8c.tar.gz
kernel-qcow2-linux-31ba56f274d60d0b84efae4d15a9cd3e0486fa8c.tar.xz
kernel-qcow2-linux-31ba56f274d60d0b84efae4d15a9cd3e0486fa8c.zip
gpiolib: Add support for Wolfson Microelectronics Arizona class devices
The Arizona class devices provide some GPIOs for use in the system. This driver provides support for these via gpiolib. Currently interrupts are not supported, normally the GPIOs are outputs only. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> [Fold in WM5110 support patch] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index c2dfa9f90b47..4002def0b524 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -253,6 +253,12 @@ config GPIO_GE_FPGA
comment "I2C GPIO expanders:"
+config GPIO_ARIZONA
+ tristate "Wolfson Microelectronics Arizona class devices"
+ depends on MFD_ARIZONA
+ help
+ Support for GPIOs on Wolfson Arizona class devices.
+
config GPIO_MAX7300
tristate "Maxim MAX7300 GPIO expander"
depends on I2C