diff options
author | Aaron Sierra <asierra@xes-inc.com> | 2014-02-07 17:35:48 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-13 07:57:41 -0500 |
commit | 1e1916950b00838226295e2600496040276a949f (patch) | |
tree | d59cccea38dbeb169587f28b10a4e29706c62b61 /drivers/gpio/Kconfig | |
parent | 1163316e52e3cbcca29547a948fee72056708b62 (diff) |
gpio: pca953x: Add devices to Kconfig help
The pca953x driver supports tca6424 (24-bit) and pca9505 (40-bit)
devices. They were the only supported devices not mentioned in the
Kconfig help.
Signed-off-by: Aaron Sierra <asierra@xes-inc.com>
Acked-by: Graeme Smecher <gsmecher@threespeedlogic.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 2ca735f976b7..69d1a906f5cc 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -476,6 +476,10 @@ config GPIO_PCA953X | |||
476 | 16 bits: max7312, max7313, pca9535, pca9539, pca9555, pca9575, | 476 | 16 bits: max7312, max7313, pca9535, pca9539, pca9555, pca9575, |
477 | tca6416 | 477 | tca6416 |
478 | 478 | ||
479 | 24 bits: tca6424 | ||
480 | |||
481 | 40 bits: pca9505 | ||
482 | |||
479 | config GPIO_PCA953X_IRQ | 483 | config GPIO_PCA953X_IRQ |
480 | bool "Interrupt controller support for PCA953x" | 484 | bool "Interrupt controller support for PCA953x" |
481 | depends on GPIO_PCA953X=y | 485 | depends on GPIO_PCA953X=y |