summaryrefslogtreecommitdiff
path: root/target/linux/rdc/patches-2.6.23/001-x86_generic_gpio.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-06-28 11:06:32 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-06-28 11:06:32 +0000
commit9e151671a9080263eaf64a3369ece974f196b481 (patch)
tree30d4b7ed6f711c5c06522752f22d7b293ca70ca5 /target/linux/rdc/patches-2.6.23/001-x86_generic_gpio.patch
parent5553c4da8cf0c437c38e09951645e021ded81e5b (diff)
downloadmtk-20170518-9e151671a9080263eaf64a3369ece974f196b481.zip
mtk-20170518-9e151671a9080263eaf64a3369ece974f196b481.tar.gz
mtk-20170518-9e151671a9080263eaf64a3369ece974f196b481.tar.bz2
Put back 2.6.23 files for rdc, allowing to switch from one kernel version to another for testing
SVN-Revision: 11592
Diffstat (limited to 'target/linux/rdc/patches-2.6.23/001-x86_generic_gpio.patch')
-rw-r--r--target/linux/rdc/patches-2.6.23/001-x86_generic_gpio.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/rdc/patches-2.6.23/001-x86_generic_gpio.patch b/target/linux/rdc/patches-2.6.23/001-x86_generic_gpio.patch
new file mode 100644
index 0000000..db3d866
--- /dev/null
+++ b/target/linux/rdc/patches-2.6.23/001-x86_generic_gpio.patch
@@ -0,0 +1,15 @@
+diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
+index 97b64d7..f8c1d32 100644
+--- a/arch/i386/Kconfig
++++ b/arch/i386/Kconfig
+@@ -79,6 +79,10 @@ config GENERIC_BUG
+ default y
+ depends on BUG
+
++config GENERIC_GPIO
++ bool
++ default n
++
+ config GENERIC_HWEIGHT
+ bool
+ default y