[amazon] Add kernel 2.6.30 support
[openwrt.git] / target / linux / amazon / patches-2.6.30 / 100-board.patch
1 --- a/arch/mips/Kconfig
2 +++ b/arch/mips/Kconfig
3 @@ -60,6 +60,21 @@ config BCM47XX
4 help
5 Support for BCM47XX based boards
6
7 +config AMAZON
8 + bool "Amazon support (EXPERIMENTAL)"
9 + depends on EXPERIMENTAL
10 + select DMA_NONCOHERENT
11 + select IRQ_CPU
12 + select CEVT_R4K
13 + select CSRC_R4K
14 + select SYS_HAS_CPU_MIPS32_R1
15 + select SYS_HAS_CPU_MIPS32_R2
16 + select HAVE_STD_PC_SERIAL_PORT
17 + select SYS_SUPPORTS_BIG_ENDIAN
18 + select SYS_SUPPORTS_32BIT_KERNEL
19 + select SYS_HAS_EARLY_PRINTK
20 + select HW_HAS_PCI
21 +
22 config MIPS_COBALT
23 bool "Cobalt Server"
24 select CEVT_R4K
25 @@ -633,6 +648,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD
26
27 endchoice
28
29 +source "arch/mips/amazon/Kconfig"
30 source "arch/mips/alchemy/Kconfig"
31 source "arch/mips/basler/excite/Kconfig"
32 source "arch/mips/jazz/Kconfig"
33 --- a/arch/mips/Makefile
34 +++ b/arch/mips/Makefile
35 @@ -283,6 +283,13 @@ libs-$(CONFIG_MIPS_XXS1500) += arch/mips
36 load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
37
38 #
39 +# Infineon AMAZON
40 +#
41 +core-$(CONFIG_AMAZON) += arch/mips/amazon/
42 +cflags-$(CONFIG_AMAZON) += -I$(srctree)/arch/mips/include/asm/mach-amazon
43 +load-$(CONFIG_AMAZON) += 0xffffffff80002000
44 +
45 +#
46 # Cobalt Server
47 #
48 core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/
This page took 0.039795 seconds and 5 git commands to generate.