diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-06-22 10:16:47 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-06-22 10:16:47 +0000 |
commit | 6d5ce3ce259972917c3eddd57ace2ab5c1d93149 (patch) | |
tree | 62282487b23a8c7ca4f41f9ee62560b03191ae82 /target/linux/adm5120-2.6/patches/001-adm5120.patch | |
parent | 426f0b477b8fdb32baa03a8d5b19d18b3ea60714 (diff) | |
download | upstream-6d5ce3ce259972917c3eddd57ace2ab5c1d93149.tar.gz upstream-6d5ce3ce259972917c3eddd57ace2ab5c1d93149.tar.bz2 upstream-6d5ce3ce259972917c3eddd57ace2ab5c1d93149.zip |
add initial support for hardware accelerated byte swapping
SVN-Revision: 7708
Diffstat (limited to 'target/linux/adm5120-2.6/patches/001-adm5120.patch')
-rw-r--r-- | target/linux/adm5120-2.6/patches/001-adm5120.patch | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/target/linux/adm5120-2.6/patches/001-adm5120.patch b/target/linux/adm5120-2.6/patches/001-adm5120.patch index 8cc60678e0..c14dde345a 100644 --- a/target/linux/adm5120-2.6/patches/001-adm5120.patch +++ b/target/linux/adm5120-2.6/patches/001-adm5120.patch @@ -2,7 +2,7 @@ Index: linux-2.6.21.1/arch/mips/Kconfig =================================================================== --- linux-2.6.21.1.orig/arch/mips/Kconfig +++ linux-2.6.21.1/arch/mips/Kconfig -@@ -16,6 +16,21 @@ choice +@@ -16,6 +16,17 @@ choice prompt "System type" default SGI_IP22 @@ -17,13 +17,17 @@ Index: linux-2.6.21.1/arch/mips/Kconfig + select SYS_SUPPORTS_32BIT_KERNEL + select GENERIC_GPIO + -+config PCI_ADM5120 -+ bool "Add PCI control support for ADM5120" -+ depends on MIPS_ADM5120 && PCI -+ config MIPS_MTX1 bool "4G Systems MTX-1 board" select DMA_NONCOHERENT +@@ -766,6 +775,7 @@ + + endchoice + ++source "arch/mips/adm5120/Kconfig" + source "arch/mips/ddb5xxx/Kconfig" + source "arch/mips/gt64120/ev64120/Kconfig" + source "arch/mips/jazz/Kconfig" Index: linux-2.6.21.1/arch/mips/Makefile =================================================================== --- linux-2.6.21.1.orig/arch/mips/Makefile |