diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 48f49d93d249..3d2565441b36 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -95,7 +95,7 @@ config GPIO_MAX732X | |||
95 | number for these GPIOs. | 95 | number for these GPIOs. |
96 | 96 | ||
97 | config GPIO_PCA953X | 97 | config GPIO_PCA953X |
98 | tristate "PCA953x, PCA955x, and MAX7310 I/O ports" | 98 | tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports" |
99 | depends on I2C | 99 | depends on I2C |
100 | help | 100 | help |
101 | Say yes here to provide access to several register-oriented | 101 | Say yes here to provide access to several register-oriented |
@@ -104,9 +104,10 @@ config GPIO_PCA953X | |||
104 | 104 | ||
105 | 4 bits: pca9536, pca9537 | 105 | 4 bits: pca9536, pca9537 |
106 | 106 | ||
107 | 8 bits: max7310, pca9534, pca9538, pca9554, pca9557 | 107 | 8 bits: max7310, pca9534, pca9538, pca9554, pca9557, |
108 | tca6408 | ||
108 | 109 | ||
109 | 16 bits: pca9535, pca9539, pca9555 | 110 | 16 bits: pca9535, pca9539, pca9555, tca6416 |
110 | 111 | ||
111 | This driver can also be built as a module. If so, the module | 112 | This driver can also be built as a module. If so, the module |
112 | will be called pca953x. | 113 | will be called pca953x. |