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 MIGHT_HAVE_CACHE_L2X0
16
	help
17 18
	  Enable support for the Cortex-A9MPCore tile fitted to the
	  Realview(R) Emulation Baseboard platform.
19

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

30
config REALVIEW_EB_ARM11MP_REVB
31
	bool "Support ARM11MPCore RevB Tile"
32
	depends on REALVIEW_EB_ARM11MP
33
	help
34 35 36 37
	  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.
38

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

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

62 63 64 65 66 67 68 69 70
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.

71
config MACH_REALVIEW_PBA8
72
	bool "Support RealView(R) Platform Baseboard for Cortex(tm)-A8 platform"
73 74
	select CPU_V7
	select ARM_GIC
75
	select HAVE_PATA_PLATFORM
76
	help
77 78 79
	  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.
80

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

92 93
config REALVIEW_HIGH_PHYS_OFFSET
	bool "High physical base address for the RealView platform"
94
	depends on MMU && !MACH_REALVIEW_PB1176
95 96 97 98 99 100
	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
101 102
	  offset. On the PBX board, disabling this option allows 1GB of
	  RAM to be used with SPARSEMEM.
103

104
endmenu