]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] Add generic GPIO support
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Mon, 21 May 2007 15:05:58 +0000 (00:05 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 10 Jul 2007 16:32:55 +0000 (17:32 +0100)
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
include/asm-mips/gpio.h [new file with mode: 0644]

index c20cd9027585326c7bf1fa64eb97c339148c229c..1f2f7a9eabbee4cc87fb12ae98137130f63e4003 100644 (file)
@@ -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
diff --git a/include/asm-mips/gpio.h b/include/asm-mips/gpio.h
new file mode 100644 (file)
index 0000000..06e46fa
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef __ASM_MIPS_GPIO_H
+#define __ASM_MIPS_GPIO_H
+
+#include <gpio.h>
+
+#endif /* __ASM_MIPS_GPIO_H */