blob: 17f5f4439fe756a966391732a83a02018ed94bd7 [file] [log] [blame]
Catalin Marinas8ad68bb2005-10-31 14:25:02 +00001menu "RealView platform type"
2 depends on ARCH_REALVIEW
3
4config MACH_REALVIEW_EB
5 bool "Support RealView/EB platform"
Catalin Marinas8ad68bb2005-10-31 14:25:02 +00006 select ARM_GIC
7 help
8 Include support for the ARM(R) RealView Emulation Baseboard platform.
9
Russell King9b1283b2005-11-07 21:01:06 +000010config REALVIEW_MPCORE
11 bool "Support MPcore tile"
12 depends on MACH_REALVIEW_EB
13 help
14 Enable support for the MPCore tile on the Realview platform.
15 Since there are device address and interrupt differences, a
16 kernel built with this option enabled is not compatible with
17 other tiles.
18
Catalin Marinas8ad68bb2005-10-31 14:25:02 +000019endmenu