blob: 603d1db9baf05b11cdaedecdea6a019da428c2e4 [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
Catalin Marinas41579f42008-02-04 17:47:04 +010010config REALVIEW_EB_ARM11MP
11 bool "Support ARM11MPCore tile"
Russell King9b1283b2005-11-07 21:01:06 +000012 depends on MACH_REALVIEW_EB
Russell Kingc7508152008-10-26 10:55:14 +000013 select CPU_V6
Russell King9b1283b2005-11-07 21:01:06 +000014 help
Catalin Marinas41579f42008-02-04 17:47:04 +010015 Enable support for the ARM11MPCore tile on the Realview platform.
Russell King9b1283b2005-11-07 21:01:06 +000016
Catalin Marinas41579f42008-02-04 17:47:04 +010017config REALVIEW_EB_ARM11MP_REVB
18 bool "Support ARM11MPCore RevB tile"
19 depends on REALVIEW_EB_ARM11MP
Catalin Marinas4b172442007-02-14 19:20:28 +010020 default n
21 help
Catalin Marinas41579f42008-02-04 17:47:04 +010022 Enable support for the ARM11MPCore RevB tile on the Realview
23 platform. Since there are device address differences, a
Catalin Marinas4b172442007-02-14 19:20:28 +010024 kernel built with this option enabled is not compatible with
Catalin Marinas41579f42008-02-04 17:47:04 +010025 other revisions of the ARM11MPCore tile.
Catalin Marinas4b172442007-02-14 19:20:28 +010026
Bahadir Balban78fdcb42008-04-18 22:43:14 +010027config MACH_REALVIEW_PB11MP
28 bool "Support RealView/PB11MPCore platform"
29 select ARM_GIC
Bahadir Balban78fdcb42008-04-18 22:43:14 +010030 help
31 Include support for the ARM(R) RealView MPCore Platform Baseboard.
32 PB11MPCore is a platform with an on-board ARM11MPCore and has
33 support for PCI-E and Compact Flash.
34
Bahadir Balbanbc02c582008-04-18 22:43:16 +010035config MACH_REALVIEW_PB1176
36 bool "Support RealView/PB1176 platform"
Russell Kingc7508152008-10-26 10:55:14 +000037 select CPU_V6
Bahadir Balbanbc02c582008-04-18 22:43:16 +010038 select ARM_GIC
Bahadir Balbanbc02c582008-04-18 22:43:16 +010039 help
40 Include support for the ARM(R) RealView ARM1176 Platform Baseboard.
41
Catalin Marinas8ad68bb2005-10-31 14:25:02 +000042endmenu