diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 57ca339924ef..a019b49ecc9b 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -206,6 +206,12 @@ config GPIO_LANGWELL | |||
206 | help | 206 | help |
207 | Say Y here to support Intel Moorestown platform GPIO. | 207 | Say Y here to support Intel Moorestown platform GPIO. |
208 | 208 | ||
209 | config GPIO_TIMBERDALE | ||
210 | bool "Support for timberdale GPIO IP" | ||
211 | depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM | ||
212 | ---help--- | ||
213 | Add support for the GPIO IP in the timberdale FPGA. | ||
214 | |||
209 | comment "SPI GPIO expanders:" | 215 | comment "SPI GPIO expanders:" |
210 | 216 | ||
211 | config GPIO_MAX7301 | 217 | config GPIO_MAX7301 |