aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6/patches
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-05-20 19:47:41 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-05-20 19:47:41 +0000
commit0aca3bac3c395728fe42ed5ced85435d7f12899f (patch)
treec93f3ce34959d2c93a7d61b8dd69b9c110fc3255 /target/linux/adm5120-2.6/patches
parentb835cbc80ee739f7c47eae1ca96487bc126aad46 (diff)
downloadupstream-0aca3bac3c395728fe42ed5ced85435d7f12899f.tar.gz
upstream-0aca3bac3c395728fe42ed5ced85435d7f12899f.tar.bz2
upstream-0aca3bac3c395728fe42ed5ced85435d7f12899f.zip
Implement architecture speficic GPIO calls for adm5120, thanks to Gabor Juhos
SVN-Revision: 7286
Diffstat (limited to 'target/linux/adm5120-2.6/patches')
-rw-r--r--target/linux/adm5120-2.6/patches/001-adm5120.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/patches/001-adm5120.patch b/target/linux/adm5120-2.6/patches/001-adm5120.patch
index a77d1218dd..cc8739e217 100644
--- a/target/linux/adm5120-2.6/patches/001-adm5120.patch
+++ b/target/linux/adm5120-2.6/patches/001-adm5120.patch
@@ -1,7 +1,7 @@
diff -urN linux-2.6.19.2/arch/mips/Kconfig linux-2.6.19.2.new/arch/mips/Kconfig
--- linux-2.6.19.2/arch/mips/Kconfig 2007-01-10 20:10:37.000000000 +0100
+++ linux-2.6.19.2.new/arch/mips/Kconfig 2007-01-23 14:49:38.000000000 +0100
-@@ -12,6 +12,19 @@
+@@ -12,6 +12,20 @@
prompt "System type"
default SGI_IP22
@@ -13,6 +13,7 @@ diff -urN linux-2.6.19.2/arch/mips/Kconfig linux-2.6.19.2.new/arch/mips/Kconfig
+ select SYS_SUPPORTS_LITTLE_ENDIAN
+ select SYS_SUPPORTS_BIG_ENDIAN
+ select SYS_SUPPORTS_32BIT_KERNEL
++ select GENERIC_GPIO
+
+config PCI_ADM5120
+ bool "Add PCI control support for ADM5120"