]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/mach-realview/Kconfig
RealView: Update the realview-smp_defconfig file to a newer kernel
[net-next-2.6.git] / arch / arm / mach-realview / Kconfig
CommitLineData
8ad68bbf
CM
1menu "RealView platform type"
2 depends on ARCH_REALVIEW
3
4config MACH_REALVIEW_EB
5 bool "Support RealView/EB platform"
8ad68bbf
CM
6 select ARM_GIC
7 help
8 Include support for the ARM(R) RealView Emulation Baseboard platform.
9
4c3ea371
JC
10config REALVIEW_EB_A9MP
11 bool "Support Multicore Cortex-A9"
12 depends on MACH_REALVIEW_EB
13 select CPU_V7
14 help
15 Enable support for the Cortex-A9MPCore tile on the Realview platform.
16
41579f49
CM
17config REALVIEW_EB_ARM11MP
18 bool "Support ARM11MPCore tile"
9b1283be
RK
19 depends on MACH_REALVIEW_EB
20 help
41579f49 21 Enable support for the ARM11MPCore tile on the Realview platform.
9b1283be 22
41579f49
CM
23config REALVIEW_EB_ARM11MP_REVB
24 bool "Support ARM11MPCore RevB tile"
25 depends on REALVIEW_EB_ARM11MP
4b17244c
CM
26 default n
27 help
41579f49
CM
28 Enable support for the ARM11MPCore RevB tile on the Realview
29 platform. Since there are device address differences, a
4b17244c 30 kernel built with this option enabled is not compatible with
41579f49 31 other revisions of the ARM11MPCore tile.
4b17244c 32
78fdcb42
BB
33config MACH_REALVIEW_PB11MP
34 bool "Support RealView/PB11MPCore platform"
35 select ARM_GIC
78fdcb42
BB
36 help
37 Include support for the ARM(R) RealView MPCore Platform Baseboard.
38 PB11MPCore is a platform with an on-board ARM11MPCore and has
39 support for PCI-E and Compact Flash.
40
bc02c58b
BB
41config MACH_REALVIEW_PB1176
42 bool "Support RealView/PB1176 platform"
43 select ARM_GIC
bc02c58b
BB
44 help
45 Include support for the ARM(R) RealView ARM1176 Platform Baseboard.
46
e7c70825
BB
47config MACH_REALVIEW_PBA8
48 bool "Support RealView/PB-A8 platform"
49 select CPU_V7
50 select ARM_GIC
51 help
52 Include support for the ARM(R) RealView Cortex-A8 Platform Baseboard.
53 PB-A8 is a platform with an on-board Cortex-A8 and has support for
54 PCI-E and Compact Flash.
55
70bb62f8
CM
56config REALVIEW_HIGH_PHYS_OFFSET
57 bool "High physical base address for the RealView platform"
58 depends on !MACH_REALVIEW_PB1176
59 default y
60 help
61 RealView boards other than PB1176 have the RAM available at
62 0x70000000, 256MB of which being mirrored at 0x00000000. If
63 the board supports 512MB of RAM, this option allows the
64 memory to be accessed contiguously at the high physical
65 offset.
66
8ad68bbf 67endmenu