diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 223e7c92fd54..ccca08e0b595 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -202,4 +202,16 @@ config GPIO_MC33880 | |||
202 | SPI driver for Freescale MC33880 high-side/low-side switch. | 202 | SPI driver for Freescale MC33880 high-side/low-side switch. |
203 | This provides GPIO interface supporting inputs and outputs. | 203 | This provides GPIO interface supporting inputs and outputs. |
204 | 204 | ||
205 | comment "AC97 GPIO expanders:" | ||
206 | |||
207 | config GPIO_UCB1400 | ||
208 | bool "Philips UCB1400 GPIO" | ||
209 | depends on UCB1400_CORE | ||
210 | help | ||
211 | This enables support for the Philips UCB1400 GPIO pins. | ||
212 | The UCB1400 is an AC97 audio codec. | ||
213 | |||
214 | To compile this driver as a module, choose M here: the | ||
215 | module will be called ucb1400_gpio. | ||
216 | |||
205 | endif | 217 | endif |