diff options
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 f3549b8779d8..c5cc7d9d88e3 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -134,6 +134,13 @@ config GPIO_PCA953X | |||
134 | This driver can also be built as a module. If so, the module | 134 | This driver can also be built as a module. If so, the module |
135 | will be called pca953x. | 135 | will be called pca953x. |
136 | 136 | ||
137 | config GPIO_PCA953X_IRQ | ||
138 | bool "Interrupt controller support for PCA953x" | ||
139 | depends on GPIO_PCA953X=y | ||
140 | help | ||
141 | Say yes here to enable the pca953x to be used as an interrupt | ||
142 | controller. It requires the driver to be built in the kernel. | ||
143 | |||
137 | config GPIO_PCF857X | 144 | config GPIO_PCF857X |
138 | tristate "PCF857x, PCA{85,96}7x, and MAX732[89] I2C GPIO expanders" | 145 | tristate "PCF857x, PCA{85,96}7x, and MAX732[89] I2C GPIO expanders" |
139 | depends on I2C | 146 | depends on I2C |