1 Index: linux-2.6.33/arch/mips/Makefile
2 ===================================================================
3 --- linux-2.6.33.orig/arch/mips/Makefile 2010-02-28 16:43:15.000000000 +0100
4 +++ linux-2.6.33/arch/mips/Makefile 2010-02-28 16:45:56.397211344 +0100
6 load-$(CONFIG_CPU_CAVIUM_OCTEON) += 0xffffffff81100000
12 +core-$(CONFIG_ATHEROS_AR71XX) += arch/mips/ar71xx/
13 +cflags-$(CONFIG_ATHEROS_AR71XX) += -I$(srctree)/arch/mips/include/asm/mach-ar71xx
14 +load-$(CONFIG_ATHEROS_AR71XX) += 0xffffffff80060000
16 # temporary until string.h is fixed
17 cflags-y += -ffreestanding
19 Index: linux-2.6.33/arch/mips/Kconfig
20 ===================================================================
21 --- linux-2.6.33.orig/arch/mips/Kconfig 2010-02-28 16:43:15.000000000 +0100
22 +++ linux-2.6.33/arch/mips/Kconfig 2010-02-28 16:46:56.150331076 +0100
24 Support for the Texas Instruments AR7 System-on-a-Chip
25 family: TNETD7100, 7200 and 7300.
27 +config ATHEROS_AR71XX
28 + bool "Atheros AR71xx based boards"
31 + select DMA_NONCOHERENT
34 + select ARCH_REQUIRE_GPIOLIB
35 + select SYS_HAS_CPU_MIPS32_R1
36 + select SYS_HAS_CPU_MIPS32_R2
37 + select SYS_SUPPORTS_32BIT_KERNEL
38 + select SYS_SUPPORTS_BIG_ENDIAN
39 + select SYS_HAS_EARLY_PRINTK
42 + Support for Atheros AR71xx based boards.
45 bool "BCM47XX based boards"
50 source "arch/mips/alchemy/Kconfig"
51 +source "arch/mips/ar71xx/Kconfig"
52 source "arch/mips/bcm63xx/Kconfig"
53 source "arch/mips/jazz/Kconfig"
54 source "arch/mips/lasat/Kconfig"