Merge branch 'adm8668'
[openwrt.git] / target / linux / adm8668 / patches-2.6.36 / 001-adm8668_arch.patch
1 --- a/arch/mips/Kbuild.platforms        2010-10-20 16:30:22.000000000 -0400
2 +++ b/arch/mips/Kbuild.platforms        2010-10-22 08:42:06.228968083 -0400
3 @@ -27,6 +27,7 @@
4  platforms += txx9
5  platforms += vr41xx
6  platforms += wrppmc
7 +platforms += adm8668
8
9  # include the platform specific files
10  include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
11 --- a/arch/mips/Kconfig 2010-10-20 16:30:22.000000000 -0400
12 +++ b/arch/mips/Kconfig 2010-10-22 08:37:31.016965108 -0400
13 @@ -82,6 +82,24 @@
14         help
15          Support for BCM47XX based boards
16
17 +config ADM8668
18 +       bool "WildPass ADM8668"
19 +       select SYS_HAS_CPU_MIPS32_R1
20 +       select IRQ_CPU
21 +       select CEVT_R4K
22 +       select CSRC_R4K
23 +       select HW_HAS_PCI
24 +       select PCI
25 +       select SYS_SUPPORTS_LITTLE_ENDIAN
26 +       select SYS_SUPPORTS_32BIT_KERNEL
27 +       select DMA_NONCOHERENT
28 +       select SWAP_IO_SPACE
29 +       select SERIAL_ADM8668
30 +       select SERIAL_ADM8668_CONSOLE
31 +       help
32 +               ADM8668 board support by neutronscott
33 +               Scott Nicholas <neutronscott@scottn.us>
34 +
35  config BCM63XX
36         bool "Broadcom BCM63XX based boards"
37         select CEVT_R4K