diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-05-22 00:05:58 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 17:32:55 +0100 |
commit | 096633358c907d9b50b00caf989816c2edfefe24 (patch) | |
tree | c4d80a1a7f5e704491f0917565ebc772dff1ff41 /arch | |
parent | 4679258d52f6d4aeeafd5c77203d97ddf48e2db0 (diff) | |
download | linux-3.10-096633358c907d9b50b00caf989816c2edfefe24.tar.gz linux-3.10-096633358c907d9b50b00caf989816c2edfefe24.tar.bz2 linux-3.10-096633358c907d9b50b00caf989816c2edfefe24.zip |
[MIPS] Add generic GPIO support
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c20cd902758..1f2f7a9eabb 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -778,6 +778,9 @@ config GENERIC_ISA_DMA_SUPPORT_BROKEN bool select ZONE_DMA +config GENERIC_GPIO + bool + # # Endianess selection. Sufficiently obscure so many users don't know what to # answer,so we try hard to limit the available choices. Also the use of a |