Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[deliverable/linux.git] / arch / arm / mach-realview / Kconfig
CommitLineData
2934167d 1menuconfig ARCH_REALVIEW
c65cd255
MY
2 bool "ARM Ltd. RealView family"
3 depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 || ARCH_MULTI_V7
2934167d
AB
4 select ARM_AMBA
5 select ARM_TIMER_SP804
6 select COMMON_CLK_VERSATILE
7 select GPIO_PL061 if GPIOLIB
8 select ICST
9 select PLAT_VERSATILE
10 select PLAT_VERSATILE_SCHED_CLOCK
11 help
12 This enables support for ARM Ltd RealView boards.
13
14if ARCH_REALVIEW
8ad68bbf 15
fa6e2eec
LW
16config REALVIEW_DT
17 bool "Support RealView(R) Device Tree based boot"
18 select ARM_GIC
ca5b21fa 19 select CLK_SP810
5420b4b1 20 select HAVE_SMP
ca5b21fa 21 select ICST
2934167d 22 select MACH_REALVIEW_EB if ARCH_MULTI_V5
fa6e2eec
LW
23 select MFD_SYSCON
24 select POWER_RESET
25 select POWER_RESET_VERSATILE
26 select POWER_SUPPLY
2cb58c01 27 select SMP_ON_UP if SMP
fa6e2eec
LW
28 select SOC_REALVIEW
29 select USE_OF
30 help
31 Include support for booting the ARM(R) RealView(R) evaluation
32 boards using a device tree machine description.
33
8ad68bbf 34config MACH_REALVIEW_EB
d2a1c9ad 35 bool "Support RealView(R) Emulation Baseboard"
8ad68bbf 36 select ARM_GIC
2934167d 37 select CPU_ARM926T if ARCH_MULTI_V5
8ad68bbf 38 help
d2a1c9ad 39 Include support for the ARM(R) RealView(R) Emulation Baseboard
2934167d
AB
40 platform. On an ARMv5 kernel, this will include support for
41 the ARM926EJ-S core tile, while on an ARMv6/v7 kernel, at least
42 one of the ARM1136, ARM1176, ARM11MPCore or Cortex-A9MPCore
43 core tile options should be enabled.
44
45config REALVIEW_EB_ARM1136
46 bool "Support ARM1136J(F)-S Tile"
47 depends on MACH_REALVIEW_EB && ARCH_MULTI_V6
48 select CPU_V6
49 help
50 Enable support for the ARM1136 tile fitted to the
51 Realview(R) Emulation Baseboard platform.
52
53config REALVIEW_EB_ARM1176
54 bool "Support ARM1176JZ(F)-S Tile"
55 depends on MACH_REALVIEW_EB && ARCH_MULTI_V6
56 help
57 Enable support for the ARM1176 tile fitted to the
58 Realview(R) Emulation Baseboard platform.
8ad68bbf 59
4c3ea371 60config REALVIEW_EB_A9MP
d2a1c9ad 61 bool "Support Multicore Cortex-A9 Tile"
2934167d 62 depends on MACH_REALVIEW_EB && ARCH_MULTI_V7
4c3ffffd 63 select HAVE_ARM_SCU if SMP
a894fcc2 64 select HAVE_ARM_TWD if SMP
3b55658a 65 select HAVE_SMP
ce5ea9f3 66 select MIGHT_HAVE_CACHE_L2X0
4c3ea371 67 help
d2a1c9ad
RK
68 Enable support for the Cortex-A9MPCore tile fitted to the
69 Realview(R) Emulation Baseboard platform.
4c3ea371 70
41579f49 71config REALVIEW_EB_ARM11MP
d2a1c9ad 72 bool "Support ARM11MPCore Tile"
2934167d 73 depends on MACH_REALVIEW_EB && ARCH_MULTI_V6
4c3ffffd 74 select HAVE_ARM_SCU if SMP
a894fcc2 75 select HAVE_ARM_TWD if SMP
3b55658a 76 select HAVE_SMP
ce5ea9f3 77 select MIGHT_HAVE_CACHE_L2X0
9b1283be 78 help
d2a1c9ad
RK
79 Enable support for the ARM11MPCore tile fitted to the Realview(R)
80 Emulation Baseboard platform.
9b1283be 81
41579f49 82config REALVIEW_EB_ARM11MP_REVB
d2a1c9ad 83 bool "Support ARM11MPCore RevB Tile"
2934167d 84 depends on REALVIEW_EB_ARM11MP && ARCH_MULTI_V6
4b17244c 85 help
d2a1c9ad
RK
86 Enable support for the ARM11MPCore Revision B tile on the
87 Realview(R) Emulation Baseboard platform. Since there are device
88 address differences, a kernel built with this option enabled is
89 not compatible with other revisions of the ARM11MPCore tile.
4b17244c 90
78fdcb42 91config MACH_REALVIEW_PB11MP
d2a1c9ad 92 bool "Support RealView(R) Platform Baseboard for ARM11MPCore"
2934167d 93 depends on ARCH_MULTI_V6
78fdcb42 94 select ARM_GIC
4c3ffffd 95 select HAVE_ARM_SCU if SMP
a894fcc2 96 select HAVE_ARM_TWD if SMP
6be62ba2 97 select HAVE_PATA_PLATFORM
3b55658a 98 select HAVE_SMP
ce5ea9f3 99 select MIGHT_HAVE_CACHE_L2X0
78fdcb42 100 help
d2a1c9ad
RK
101 Include support for the ARM(R) RealView(R) Platform Baseboard for
102 the ARM11MPCore. This platform has an on-board ARM11MPCore and has
78fdcb42
BB
103 support for PCI-E and Compact Flash.
104
74200e64 105# ARMv6 CPU without K extensions, but does have the new exclusive ops
bc02c58b 106config MACH_REALVIEW_PB1176
d2a1c9ad 107 bool "Support RealView(R) Platform Baseboard for ARM1176JZF-S"
2934167d 108 depends on ARCH_MULTI_V6
bc02c58b 109 select ARM_GIC
b1b3f49c 110 select CPU_V6
f022e4e4 111 select HAVE_TCM
ce5ea9f3 112 select MIGHT_HAVE_CACHE_L2X0
bc02c58b 113 help
d2a1c9ad
RK
114 Include support for the ARM(R) RealView(R) Platform Baseboard for
115 ARM1176JZF-S.
bc02c58b 116
af607747
CM
117config REALVIEW_PB1176_SECURE_FLASH
118 bool "Allow access to the secure flash memory block"
119 depends on MACH_REALVIEW_PB1176
120 default n
121 help
122 Select this option if Linux will only run in secure mode on the
123 RealView PB1176 platform and access to the secure flash memory
124 block (64MB @ 0x3c000000) is required.
125
e7c70825 126config MACH_REALVIEW_PBA8
d2a1c9ad 127 bool "Support RealView(R) Platform Baseboard for Cortex(tm)-A8 platform"
2934167d 128 depends on ARCH_MULTI_V7
e7c70825 129 select ARM_GIC
6be62ba2 130 select HAVE_PATA_PLATFORM
e7c70825 131 help
d2a1c9ad
RK
132 Include support for the ARM(R) RealView Platform Baseboard for
133 Cortex(tm)-A8. This platform has an on-board Cortex-A8 and has
134 support for PCI-E and Compact Flash.
e7c70825 135
1b504bbe 136config MACH_REALVIEW_PBX
2934167d
AB
137 bool "Support RealView(R) Platform Baseboard Explore for Cortex-A9"
138 depends on ARCH_MULTI_V7
1b504bbe 139 select ARM_GIC
4c3ffffd 140 select HAVE_ARM_SCU if SMP
a894fcc2 141 select HAVE_ARM_TWD if SMP
1b504bbe 142 select HAVE_PATA_PLATFORM
3b55658a 143 select HAVE_SMP
ce5ea9f3 144 select MIGHT_HAVE_CACHE_L2X0
fd0053c9 145 select ZONE_DMA
1b504bbe 146 help
d2a1c9ad
RK
147 Include support for the ARM(R) RealView(R) Platform Baseboard
148 Explore.
1b504bbe 149
70bb62f8
CM
150config REALVIEW_HIGH_PHYS_OFFSET
151 bool "High physical base address for the RealView platform"
0e0fe921 152 depends on MMU && !MACH_REALVIEW_PB1176
70bb62f8
CM
153 default y
154 help
155 RealView boards other than PB1176 have the RAM available at
156 0x70000000, 256MB of which being mirrored at 0x00000000. If
157 the board supports 512MB of RAM, this option allows the
158 memory to be accessed contiguously at the high physical
c97c5aa8 159 offset. On the PBX board, disabling this option allows 1GB of
fd0053c9 160 RAM to be used with HIGHMEM.
70bb62f8 161
2934167d 162endif
This page took 0.635596 seconds and 5 git commands to generate.