diff options
author | Aaron Sierra <asierra@xes-inc.com> | 2014-02-07 16:35:48 -0600 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-13 13:57:41 +0100 |
commit | 1e1916950b00838226295e2600496040276a949f (patch) | |
tree | d59cccea38dbeb169587f28b10a4e29706c62b61 /drivers/gpio/Kconfig | |
parent | 1163316e52e3cbcca29547a948fee72056708b62 (diff) | |
download | linux-stable-1e1916950b00838226295e2600496040276a949f.tar.gz linux-stable-1e1916950b00838226295e2600496040276a949f.tar.bz2 linux-stable-1e1916950b00838226295e2600496040276a949f.zip |
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 16 bits: max7312, max7313, pca9535, pca9539, pca9555, pca9575, tca6416 + 24 bits: tca6424 + + 40 bits: pca9505 + config GPIO_PCA953X_IRQ bool "Interrupt controller support for PCA953x" depends on GPIO_PCA953X=y |