diff options
author | Aaron Sierra <asierra@xes-inc.com> | 2014-02-13 07:59:23 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-13 08:00:18 -0500 |
commit | eb32b5aae92176e7a00411082955dab8c62761ee (patch) | |
tree | 9bbc6bbef13b2721200767c572ecca84bf0cb08c /drivers/gpio/Kconfig | |
parent | 1e1916950b00838226295e2600496040276a949f (diff) |
gpio: pca953x: Add NXP PCA9698
Add the NXP PCA9698 40-bit GPIO expander to the supported list.
Note: This only enables GPIO functionality.
Tested-by: Bob Schmitz <bschmitz@xes-inc.com>
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, 2 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 69d1a906f5cc..9f719273047a 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -461,7 +461,7 @@ config GPIO_MC9S08DZ60 | |||
461 | Select this to enable the MC9S08DZ60 GPIO driver | 461 | Select this to enable the MC9S08DZ60 GPIO driver |
462 | 462 | ||
463 | config GPIO_PCA953X | 463 | config GPIO_PCA953X |
464 | tristate "PCA953x, PCA955x, PCA957x, TCA64xx, and MAX7310 I/O ports" | 464 | tristate "PCA95[357]x, PCA9698, TCA64xx, and MAX7310 I/O ports" |
465 | depends on I2C | 465 | depends on I2C |
466 | help | 466 | help |
467 | Say yes here to provide access to several register-oriented | 467 | Say yes here to provide access to several register-oriented |
@@ -478,7 +478,7 @@ config GPIO_PCA953X | |||
478 | 478 | ||
479 | 24 bits: tca6424 | 479 | 24 bits: tca6424 |
480 | 480 | ||
481 | 40 bits: pca9505 | 481 | 40 bits: pca9505, pca9698 |
482 | 482 | ||
483 | config GPIO_PCA953X_IRQ | 483 | config GPIO_PCA953X_IRQ |
484 | bool "Interrupt controller support for PCA953x" | 484 | bool "Interrupt controller support for PCA953x" |