diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-29 18:20:30 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 22:17:13 +0100 |
commit | 2955c309921e23d592ef585cf8e7ded1e11565b7 (patch) | |
tree | a089a631917a70a8db611d75e7c7fe3f281c929c /drivers/gpio/Kconfig | |
parent | 9e50108668a70a9927257298bd4e679300124420 (diff) | |
download | op-kernel-dev-2955c309921e23d592ef585cf8e7ded1e11565b7.zip op-kernel-dev-2955c309921e23d592ef585cf8e7ded1e11565b7.tar.gz |
gpiolib: Add WM8994 GPIO support
The WM8994 has 11 GPIO lines.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 acac9f6..f42cb31 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -192,6 +192,13 @@ config GPIO_WM8350 Say yes here to access the GPIO signals of WM8350 power management chips from Wolfson Microelectronics. +config GPIO_WM8994 + tristate "WM8994 GPIOs" + depends on MFD_WM8994 + help + Say yes here to access the GPIO signals of WM8994 audio hub + CODECs from Wolfson Microelectronics. + config GPIO_ADP5520 tristate "GPIO Support for ADP5520 PMIC" depends on PMIC_ADP5520 |