aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-04-06 05:11:46 -0400
committerGrant Likely <grant.likely@secretlab.ca>2012-04-06 18:43:39 -0400
commitc29985dd3e26118c8ba64105e09b85b714462765 (patch)
tree38c03cc649d1738c33c8ee1500a7c7e97fdba1a8 /drivers/gpio/Kconfig
parent2c96922ae3f0bfb7324a7a433d96d319fe6de729 (diff)
gpio/pca953x: Update GPIO_PCA953X Kconfig entry to include more supported devices
The Kconfig description and help text doesn't list all of the devices supported by this driver. This patch adds the PCA957x devices. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index edadbdad31d..e6862f13408 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -243,7 +243,7 @@ config GPIO_MC9S08DZ60
243 Select this to enable the MC9S08DZ60 GPIO driver 243 Select this to enable the MC9S08DZ60 GPIO driver
244 244
245config GPIO_PCA953X 245config GPIO_PCA953X
246 tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports" 246 tristate "PCA953x, PCA955x, PCA957x, TCA64xx, and MAX7310 I/O ports"
247 depends on I2C 247 depends on I2C
248 help 248 help
249 Say yes here to provide access to several register-oriented 249 Say yes here to provide access to several register-oriented
@@ -252,10 +252,11 @@ config GPIO_PCA953X
252 252
253 4 bits: pca9536, pca9537 253 4 bits: pca9536, pca9537
254 254
255 8 bits: max7310, pca9534, pca9538, pca9554, pca9557, 255 8 bits: max7310, max7315, pca6107, pca9534, pca9538, pca9554,
256 tca6408 256 pca9556, pca9557, pca9574, tca6408
257 257
258 16 bits: pca9535, pca9539, pca9555, tca6416 258 16 bits: max7312, max7313, pca9535, pca9539, pca9555, pca9575,
259 tca6416
259 260
260config GPIO_PCA953X_IRQ 261config GPIO_PCA953X_IRQ
261 bool "Interrupt controller support for PCA953x" 262 bool "Interrupt controller support for PCA953x"