diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-04-26 11:47:28 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-11 18:44:02 -0400 |
commit | 55fe14ab872ab7a60944332c79640d561e93dfe8 (patch) | |
tree | 6d74f8aba9dfdb59485c72350a0d38a84141582d /drivers/gpio/Kconfig | |
parent | d683b96b072dc4680fc74964eca77e6a23d1fa6e (diff) |
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/Kconfig | 5 |
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 | |||
109 | comment "Memory mapped GPIO drivers:" | 109 | comment "Memory mapped GPIO drivers:" |
110 | 110 | ||
111 | config GPIO_CLPS711X | 111 | config GPIO_CLPS711X |
112 | def_bool y | 112 | tristate "CLPS711X GPIO support" |
113 | depends on ARCH_CLPS711X | 113 | depends on ARCH_CLPS711X |
114 | select GPIO_GENERIC | ||
115 | help | ||
116 | Say yes here to support GPIO on CLPS711X SoCs. | ||
114 | 117 | ||
115 | config GPIO_GENERIC_PLATFORM | 118 | config GPIO_GENERIC_PLATFORM |
116 | tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" | 119 | tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" |