summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7
diff options
context:
space:
mode:
authorEugene Konev <ejka@imfi.kspu.ru>2007-09-19 00:52:40 +0000
committerEugene Konev <ejka@imfi.kspu.ru>2007-09-19 00:52:40 +0000
commit79c783309b1c20f67d3fa1bfeb580d3f13a7359c (patch)
treea7811f281389ba83635f9c0e9bf5bf1f3827473d /target/linux/ar7
parentee80b9c8f36150e25c30565ced85a7eb8d963031 (diff)
downloadmaster-31e0f0ae-79c783309b1c20f67d3fa1bfeb580d3f13a7359c.tar.gz
master-31e0f0ae-79c783309b1c20f67d3fa1bfeb580d3f13a7359c.tar.bz2
master-31e0f0ae-79c783309b1c20f67d3fa1bfeb580d3f13a7359c.zip
We have generic irqs now.
SVN-Revision: 8835
Diffstat (limited to 'target/linux/ar7')
-rw-r--r--target/linux/ar7/patches-2.6.22/100-board_support.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar7/patches-2.6.22/100-board_support.patch b/target/linux/ar7/patches-2.6.22/100-board_support.patch
index c7ea6cc2ae..b1577150c9 100644
--- a/target/linux/ar7/patches-2.6.22/100-board_support.patch
+++ b/target/linux/ar7/patches-2.6.22/100-board_support.patch
@@ -1,7 +1,7 @@
diff -urN linux-2.6.22/arch/mips/Kconfig linux-2.6.22.new/arch/mips/Kconfig
--- linux-2.6.22/arch/mips/Kconfig 2007-07-09 01:32:17.000000000 +0200
+++ linux-2.6.22.new/arch/mips/Kconfig 2007-07-11 02:34:51.000000000 +0200
-@@ -15,6 +15,21 @@
+@@ -15,6 +15,22 @@
prompt "System type"
default SGI_IP22
@@ -19,6 +19,7 @@ diff -urN linux-2.6.22/arch/mips/Kconfig linux-2.6.22.new/arch/mips/Kconfig
+ select SYS_SUPPORTS_LITTLE_ENDIAN
+ select SYS_SUPPORTS_BIG_ENDIAN
+ select GENERIC_GPIO
++ select GENERIC_HARDIRQS_NO__DO_IRQ
+
config MACH_ALCHEMY
bool "Alchemy processor based machines"