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/gpio-pca953x.c | |
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/gpio-pca953x.c')
-rw-r--r-- | drivers/gpio/gpio-pca953x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c index 019b23b955a..cede6f600a6 100644 --- a/drivers/gpio/gpio-pca953x.c +++ b/drivers/gpio/gpio-pca953x.c @@ -1,5 +1,5 @@ /* - * PCA953x 4/8/16 bit I/O ports + * PCA953x 4/8/16/24/40 bit I/O ports * * Copyright (C) 2005 Ben Gardner <bgardner@wabtec.com> * Copyright (C) 2007 Marvell International Ltd. |