diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d0c41188d4e5..dbb1909ca0a2 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -225,6 +225,12 @@ config GPIO_MAX732X_IRQ | |||
225 | Say yes here to enable the max732x to be used as an interrupt | 225 | Say yes here to enable the max732x to be used as an interrupt |
226 | controller. It requires the driver to be built in the kernel. | 226 | controller. It requires the driver to be built in the kernel. |
227 | 227 | ||
228 | config GPIO_MC9S08DZ60 | ||
229 | bool "MX35 3DS BOARD MC9S08DZ60 GPIO functions" | ||
230 | depends on I2C && MACH_MX35_3DS | ||
231 | help | ||
232 | Select this to enable the MC9S08DZ60 GPIO driver | ||
233 | |||
228 | config GPIO_PCA953X | 234 | config GPIO_PCA953X |
229 | tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports" | 235 | tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports" |
230 | depends on I2C | 236 | depends on I2C |
@@ -411,6 +417,14 @@ config GPIO_ML_IOH | |||
411 | Hub) which is for IVI(In-Vehicle Infotainment) use. | 417 | Hub) which is for IVI(In-Vehicle Infotainment) use. |
412 | This driver can access the IOH's GPIO device. | 418 | This driver can access the IOH's GPIO device. |
413 | 419 | ||
420 | config GPIO_SODAVILLE | ||
421 | bool "Intel Sodaville GPIO support" | ||
422 | depends on X86 && PCI && OF | ||
423 | select GPIO_GENERIC | ||
424 | select GENERIC_IRQ_CHIP | ||
425 | help | ||
426 | Say Y here to support Intel Sodaville GPIO. | ||
427 | |||
414 | config GPIO_TIMBERDALE | 428 | config GPIO_TIMBERDALE |
415 | bool "Support for timberdale GPIO IP" | 429 | bool "Support for timberdale GPIO IP" |
416 | depends on MFD_TIMBERDALE && HAS_IOMEM | 430 | depends on MFD_TIMBERDALE && HAS_IOMEM |