From e0ae65e7d248fc193ddc9a341788e76dfa490aba Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Tue, 22 May 2007 00:05:58 +0900 Subject: [PATCH] --- yaml --- r: 58626 b: refs/heads/master c: 096633358c907d9b50b00caf989816c2edfefe24 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/Kconfig | 3 +++ trunk/include/asm-mips/gpio.h | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 trunk/include/asm-mips/gpio.h diff --git a/[refs] b/[refs] index 6e5126d8a510..ed136b98bafa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4679258d52f6d4aeeafd5c77203d97ddf48e2db0 +refs/heads/master: 096633358c907d9b50b00caf989816c2edfefe24 diff --git a/trunk/arch/mips/Kconfig b/trunk/arch/mips/Kconfig index c20cd9027585..1f2f7a9eabbe 100644 --- a/trunk/arch/mips/Kconfig +++ b/trunk/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 diff --git a/trunk/include/asm-mips/gpio.h b/trunk/include/asm-mips/gpio.h new file mode 100644 index 000000000000..06e46faf862d --- /dev/null +++ b/trunk/include/asm-mips/gpio.h @@ -0,0 +1,6 @@ +#ifndef __ASM_MIPS_GPIO_H +#define __ASM_MIPS_GPIO_H + +#include + +#endif /* __ASM_MIPS_GPIO_H */