summaryrefslogtreecommitdiff
path: root/target/linux/au1000/patches/001-au1000_gpio_kconfig.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-10-10 14:03:16 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-10-10 14:03:16 +0000
commit137e963057c93bcd8ffa2500b410c1109bf5c916 (patch)
tree5d1f5d641d378b961fa37792e2932cf3f6a48705 /target/linux/au1000/patches/001-au1000_gpio_kconfig.patch
parentc07d9904902144c95d359be77226eed3190028ae (diff)
downloadmtk-20170518-137e963057c93bcd8ffa2500b410c1109bf5c916.zip
mtk-20170518-137e963057c93bcd8ffa2500b410c1109bf5c916.tar.gz
mtk-20170518-137e963057c93bcd8ffa2500b410c1109bf5c916.tar.bz2
Upgrade au1000 to 2.6.23
SVN-Revision: 9243
Diffstat (limited to 'target/linux/au1000/patches/001-au1000_gpio_kconfig.patch')
-rw-r--r--target/linux/au1000/patches/001-au1000_gpio_kconfig.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/au1000/patches/001-au1000_gpio_kconfig.patch b/target/linux/au1000/patches/001-au1000_gpio_kconfig.patch
new file mode 100644
index 0000000..1e0ddef
--- /dev/null
+++ b/target/linux/au1000/patches/001-au1000_gpio_kconfig.patch
@@ -0,0 +1,24 @@
+From 8dea23a2b6dae52267b3a969e715d3f0753acf47 Mon Sep 17 00:00:00 2001
+From: Florian Fainelli <florian.fainelli@telecomint.eu>
+Date: Wed, 10 Oct 2007 14:54:11 +0200
+Subject: [PATCH] [PATCH] Add missing generic GPIO support for au1000
+With the generic GPIO support for au1000, we do not
+select it in the kernel configuration.
+
+Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
+---
+ arch/mips/au1000/Kconfig | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/arch/mips/au1000/Kconfig b/arch/mips/au1000/Kconfig
+index 29c95d9..f03b2eb 100644
+--- a/arch/mips/au1000/Kconfig
++++ b/arch/mips/au1000/Kconfig
+@@ -141,3 +141,4 @@ config SOC_AU1X00
+ select SYS_SUPPORTS_32BIT_KERNEL
+ select SYS_SUPPORTS_APM_EMULATION
+ select SYS_SUPPORTS_KGDB
++ select GENERIC_GPIO
+--
+1.5.2.4
+