diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-07 11:10:08 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 16:16:59 -0500 |
commit | 38f6ce45f0bca04ac653c57cacd375c469995321 (patch) | |
tree | b49c7f0a021b3b4b9cb274a4e74879b8f59fb081 /drivers/gpio/Kconfig | |
parent | 59f25070df0325067d7916b467ad15725657fedc (diff) |
gpiolib: Add support for WM8350 GPIO controller
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 a4cdbd51b1c6..acac9f60db1d 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -185,6 +185,13 @@ config GPIO_WM831X | |||
185 | Say yes here to access the GPIO signals of WM831x power management | 185 | Say yes here to access the GPIO signals of WM831x power management |
186 | chips from Wolfson Microelectronics. | 186 | chips from Wolfson Microelectronics. |
187 | 187 | ||
188 | config GPIO_WM8350 | ||
189 | tristate "WM8350 GPIOs" | ||
190 | depends on MFD_WM8350 | ||
191 | help | ||
192 | Say yes here to access the GPIO signals of WM8350 power management | ||
193 | chips from Wolfson Microelectronics. | ||
194 | |||
188 | config GPIO_ADP5520 | 195 | config GPIO_ADP5520 |
189 | tristate "GPIO Support for ADP5520 PMIC" | 196 | tristate "GPIO Support for ADP5520 PMIC" |
190 | depends on PMIC_ADP5520 | 197 | depends on PMIC_ADP5520 |