a99070dd4609cd85099e54f44e069e627fcbcf16
[openwrt/svn-archive/archive.git] / target / linux / au1000 / patches / 001-au1000_gpio_kconfig.patch
1 From 8dea23a2b6dae52267b3a969e715d3f0753acf47 Mon Sep 17 00:00:00 2001
2 From: Florian Fainelli <florian.fainelli@telecomint.eu>
3 Date: Wed, 10 Oct 2007 14:54:11 +0200
4 Subject: [PATCH] [PATCH] Add missing generic GPIO support for au1000
5 With the generic GPIO support for au1000, we do not
6 select it in the kernel configuration.
7
8 Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
9 ---
10 arch/mips/au1000/Kconfig | 1 +
11 1 files changed, 1 insertions(+), 0 deletions(-)
12
13 Index: linux-2.6.25.4/arch/mips/au1000/Kconfig
14 ===================================================================
15 --- linux-2.6.25.4.orig/arch/mips/au1000/Kconfig
16 +++ linux-2.6.25.4/arch/mips/au1000/Kconfig
17 @@ -135,3 +135,4 @@ config SOC_AU1X00
18 select SYS_SUPPORTS_32BIT_KERNEL
19 select SYS_SUPPORTS_APM_EMULATION
20 select SYS_SUPPORTS_KGDB
21 + select GENERIC_GPIO