RealView: Add uncompressing support to PB11MPCore
[deliverable/linux.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
41579f49
CM
10config REALVIEW_EB_ARM11MP
11 bool "Support ARM11MPCore tile"
9b1283be 12 depends on MACH_REALVIEW_EB
7770bddb 13 select CACHE_L2X0
9b1283be 14 help
41579f49 15 Enable support for the ARM11MPCore tile on the Realview platform.
9b1283be 16
41579f49
CM
17config REALVIEW_EB_ARM11MP_REVB
18 bool "Support ARM11MPCore RevB tile"
19 depends on REALVIEW_EB_ARM11MP
4b17244c
CM
20 default n
21 help
41579f49
CM
22 Enable support for the ARM11MPCore RevB tile on the Realview
23 platform. Since there are device address differences, a
4b17244c 24 kernel built with this option enabled is not compatible with
41579f49 25 other revisions of the ARM11MPCore tile.
4b17244c 26
8ad68bbf 27endmenu
This page took 0.289008 seconds and 5 git commands to generate.