Kconfig 3.3 KB
Newer Older
1 2 3 4
menu "RealView platform type"
	depends on ARCH_REALVIEW

config MACH_REALVIEW_EB
5
	bool "Support RealView(R) Emulation Baseboard"
6 7
	select ARM_GIC
	help
8 9
	  Include support for the ARM(R) RealView(R) Emulation Baseboard
	  platform.
10

11
config REALVIEW_EB_A9MP
12
	bool "Support Multicore Cortex-A9 Tile"
13 14
	depends on MACH_REALVIEW_EB
	select CPU_V7
15
	select HAVE_SMP
16
	select MIGHT_HAVE_CACHE_L2X0
17
	help
18 19
	  Enable support for the Cortex-A9MPCore tile fitted to the
	  Realview(R) Emulation Baseboard platform.
20

21
config REALVIEW_EB_ARM11MP
22
	bool "Support ARM11MPCore Tile"
23
	depends on MACH_REALVIEW_EB
24
	select ARCH_HAS_BARRIERS if SMP
25
	select CPU_V6K
26
	select HAVE_SMP
27
	select MIGHT_HAVE_CACHE_L2X0
28
	help
29 30
	  Enable support for the ARM11MPCore tile fitted to the Realview(R)
	  Emulation Baseboard platform.
31

32
config REALVIEW_EB_ARM11MP_REVB
33
	bool "Support ARM11MPCore RevB Tile"
34
	depends on REALVIEW_EB_ARM11MP
35
	help
36 37 38 39
	  Enable support for the ARM11MPCore Revision B tile on the
	  Realview(R) Emulation Baseboard platform. Since there are device
	  address differences, a kernel built with this option enabled is
	  not compatible with other revisions of the ARM11MPCore tile.
40

41
config MACH_REALVIEW_PB11MP
42
	bool "Support RealView(R) Platform Baseboard for ARM11MPCore"
43
	select ARCH_HAS_BARRIERS if SMP
44
	select ARM_GIC
45
	select CPU_V6K
46
	select HAVE_PATA_PLATFORM
47
	select HAVE_SMP
48
	select MIGHT_HAVE_CACHE_L2X0
49
	help
50 51
	  Include support for the ARM(R) RealView(R) Platform Baseboard for
	  the ARM11MPCore.  This platform has an on-board ARM11MPCore and has
52 53
	  support for PCI-E and Compact Flash.

54
# ARMv6 CPU without K extensions, but does have the new exclusive ops
55
config MACH_REALVIEW_PB1176
56
	bool "Support RealView(R) Platform Baseboard for ARM1176JZF-S"
57
	select ARM_GIC
58
	select CPU_V6
59
	select HAVE_TCM
60
	select MIGHT_HAVE_CACHE_L2X0
61
	help
62 63
	  Include support for the ARM(R) RealView(R) Platform Baseboard for
	  ARM1176JZF-S.
64

65 66 67 68 69 70 71 72 73
config REALVIEW_PB1176_SECURE_FLASH
	bool "Allow access to the secure flash memory block"
	depends on MACH_REALVIEW_PB1176
	default n
	help
	  Select this option if Linux will only run in secure mode on the
	  RealView PB1176 platform and access to the secure flash memory
	  block (64MB @ 0x3c000000) is required.

74
config MACH_REALVIEW_PBA8
75
	bool "Support RealView(R) Platform Baseboard for Cortex(tm)-A8 platform"
76
	select ARM_GIC
77
	select CPU_V7
78
	select HAVE_PATA_PLATFORM
79
	help
80 81 82
	  Include support for the ARM(R) RealView Platform Baseboard for
	  Cortex(tm)-A8.  This platform has an on-board Cortex-A8 and has
	  support for PCI-E and Compact Flash.
83

84
config MACH_REALVIEW_PBX
85
	bool "Support RealView(R) Platform Baseboard Explore"
86
	select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !REALVIEW_HIGH_PHYS_OFFSET
87 88
	select ARM_GIC
	select HAVE_PATA_PLATFORM
89
	select HAVE_SMP
90
	select MIGHT_HAVE_CACHE_L2X0
91
	select ZONE_DMA if SPARSEMEM
92
	help
93 94
	  Include support for the ARM(R) RealView(R) Platform Baseboard
	  Explore.
95

96 97
config REALVIEW_HIGH_PHYS_OFFSET
	bool "High physical base address for the RealView platform"
98
	depends on MMU && !MACH_REALVIEW_PB1176
99 100 101 102 103 104
	default y
	help
	  RealView boards other than PB1176 have the RAM available at
	  0x70000000, 256MB of which being mirrored at 0x00000000. If
	  the board supports 512MB of RAM, this option allows the
	  memory to be accessed contiguously at the high physical
105 106
	  offset. On the PBX board, disabling this option allows 1GB of
	  RAM to be used with SPARSEMEM.
107

108
endmenu