GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / plat-brcm / Kconfig
blobc55cbd254d4d05276964e033f16776a11e5d1f7a
1 # Broadcom platforms selection
3 config PLAT_MPCORE
4         bool "ARM A9 MPCORE architecture support"
5         select CPU_V7
6         select ARM_GIC
7         select HAVE_ARM_TWD
8         select HAVE_ARM_SCU
9         select EARLY_PRINTK
10         select GENERIC_CLOCKEVENTS_BUILD
11         select GENERIC_CLOCKEVENTS
12         select LOCAL_TIMERS
13         help
14           Support for ARM A9 MPCORE subsystem
16 config CACHE_L310
17         bool "PL310 Level-2 Cache Controller"
18         select OUTER_CACHE
19         select OUTER_CACHE_SYNC
21 config PLAT_IPROC
22         bool "Broadcom iProc common SoC platform"
23         depends on PLAT_MPCORE
25 config PLAT_IHOST
26         bool "Broadcom iHost common SoC peripherals"
27         depends on PLAT_IPROC
29 config PLAT_BCM5301X
30         bool "Broadcom BCM5301X SoC support"
31         select FPE_FASTFPE
32         select COMMON_CLKDEV
33         select CACHE_L310 
34         select PCI
35         select PCI_DOMAINS if PCI
36         select ARCH_SPARSEMEM_ENABLE
37         select ZONE_DMA if SPARSEMEM
38         depends on PLAT_MPCORE
39         depends on PLAT_IPROC
40         depends on PLAT_IHOST
42 config ARCH_HAS_HEAD_FIXUP
43         bool "Machine needs fixup after the boot monitor"
44         help
45         Inserts a platform-specific assembly fix-up function
46         after boot rom monitor to work around a non-compliant
47         boot monitor or certain hardware issues that are not taken
48         care of by the boot monitor.
50 config PLAT_NAND_JFFS2
51         bool "BCM5301X NAND Flash driver for JFFS file system"
52         depends on PLAT_BCM5301X
53         depends on JFFS2_FS
54         depends on MTD_NAND
55         depends on MTD
56         depends on !MTD_BRCMNAND
57         depends on !MTD_NFLASH
58         help
59         Support for JFFS2 on NAND Flash memory connected to the SoC
60         NAND controller.