summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAndreas Bofjall <andreas@gazonk.org>2015-03-09 20:55:14 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2015-03-17 16:57:37 (GMT)
commit7e9603638ac69696be5bcc2614365c1e8cc892dd (patch)
tree820834cb091021b1fd6a0e95cfd89f7a5fff4be3 /drivers/gpio/Kconfig
parent24ccef359e8c540083a89a8f2347fae451fe8086 (diff)
downloadlinux-7e9603638ac69696be5bcc2614365c1e8cc892dd.tar.xz
gpio: f7188x: add GPIO support for F71869A
Add support for the GPIOs found on the Fintek SuperI/O chip F71869A, such as the one found on the Jetway JNF99-525 motherboard, to the f7188x gpio driver. Signed-off-by: Andreas Bofjall <andreas@gazonk.org> Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 0078cf0..f9dc192 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -198,11 +198,11 @@ config GPIO_MM_LANTIQ
created by attaching a 16bit latch to the bus.
config GPIO_F7188X
- tristate "F71869, F71882FG and F71889F GPIO support"
+ tristate "F71869, F71869A, F71882FG and F71889F GPIO support"
depends on X86
help
This option enables support for GPIOs found on Fintek Super-I/O
- chips F71869, F71882FG and F71889F.
+ chips F71869, F71869A, F71882FG and F71889F.
To compile this driver as a module, choose M here: the module will
be called f7188x-gpio.