summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAlexander Shiyan2013-04-26 17:47:28 +0200
committerOlof Johansson2013-06-12 00:44:02 +0200
commit55fe14ab872ab7a60944332c79640d561e93dfe8 (patch)
tree6d74f8aba9dfdb59485c72350a0d38a84141582d /drivers/gpio/Kconfig
parentLinux 3.10-rc4 (diff)
downloadkernel-qcow2-linux-55fe14ab872ab7a60944332c79640d561e93dfe8.tar.gz
kernel-qcow2-linux-55fe14ab872ab7a60944332c79640d561e93dfe8.tar.xz
kernel-qcow2-linux-55fe14ab872ab7a60944332c79640d561e93dfe8.zip
GPIO: clps711x: Rewrite driver for using generic GPIO code
This patch provides rewritten driver for CLPS711X GPIO which uses generic GPIO code. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 573c449c49b9..23d1d0155bb3 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -109,8 +109,11 @@ config GPIO_MAX730X
comment "Memory mapped GPIO drivers:"
config GPIO_CLPS711X
- def_bool y
+ tristate "CLPS711X GPIO support"
depends on ARCH_CLPS711X
+ select GPIO_GENERIC
+ help
+ Say yes here to support GPIO on CLPS711X SoCs.
config GPIO_GENERIC_PLATFORM
tristate "Generic memory-mapped GPIO controller support (MMIO platform device)"