Merge branch 'dma-debug/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[deliverable/linux.git] / arch / arm / mach-realview / Kconfig
1 menu "RealView platform type"
2 depends on ARCH_REALVIEW
3
4 config MACH_REALVIEW_EB
5 bool "Support RealView/EB platform"
6 select ARM_GIC
7 help
8 Include support for the ARM(R) RealView Emulation Baseboard platform.
9
10 config REALVIEW_EB_A9MP
11 bool "Support Multicore Cortex-A9"
12 depends on MACH_REALVIEW_EB
13 select CPU_V7
14 help
15 Enable support for the Cortex-A9MPCore tile on the Realview platform.
16
17 config REALVIEW_EB_ARM11MP
18 bool "Support ARM11MPCore tile"
19 depends on MACH_REALVIEW_EB
20 select CPU_V6
21 help
22 Enable support for the ARM11MPCore tile on the Realview platform.
23
24 config REALVIEW_EB_ARM11MP_REVB
25 bool "Support ARM11MPCore RevB tile"
26 depends on REALVIEW_EB_ARM11MP
27 help
28 Enable support for the ARM11MPCore RevB tile on the Realview
29 platform. Since there are device address differences, a
30 kernel built with this option enabled is not compatible with
31 other revisions of the ARM11MPCore tile.
32
33 config MACH_REALVIEW_PB11MP
34 bool "Support RealView/PB11MPCore platform"
35 select CPU_V6
36 select ARM_GIC
37 select HAVE_PATA_PLATFORM
38 help
39 Include support for the ARM(R) RealView MPCore Platform Baseboard.
40 PB11MPCore is a platform with an on-board ARM11MPCore and has
41 support for PCI-E and Compact Flash.
42
43 config MACH_REALVIEW_PB1176
44 bool "Support RealView/PB1176 platform"
45 select CPU_V6
46 select ARM_GIC
47 help
48 Include support for the ARM(R) RealView ARM1176 Platform Baseboard.
49
50 config REALVIEW_PB1176_SECURE_FLASH
51 bool "Allow access to the secure flash memory block"
52 depends on MACH_REALVIEW_PB1176
53 default n
54 help
55 Select this option if Linux will only run in secure mode on the
56 RealView PB1176 platform and access to the secure flash memory
57 block (64MB @ 0x3c000000) is required.
58
59 config MACH_REALVIEW_PBA8
60 bool "Support RealView/PB-A8 platform"
61 select CPU_V7
62 select ARM_GIC
63 select HAVE_PATA_PLATFORM
64 help
65 Include support for the ARM(R) RealView Cortex-A8 Platform Baseboard.
66 PB-A8 is a platform with an on-board Cortex-A8 and has support for
67 PCI-E and Compact Flash.
68
69 config MACH_REALVIEW_PBX
70 bool "Support RealView/PBX platform"
71 select ARM_GIC
72 select HAVE_PATA_PLATFORM
73 help
74 Include support for the ARM(R) RealView PBX platform.
75
76 config REALVIEW_HIGH_PHYS_OFFSET
77 bool "High physical base address for the RealView platform"
78 depends on !MACH_REALVIEW_PB1176
79 default y
80 help
81 RealView boards other than PB1176 have the RAM available at
82 0x70000000, 256MB of which being mirrored at 0x00000000. If
83 the board supports 512MB of RAM, this option allows the
84 memory to be accessed contiguously at the high physical
85 offset.
86
87 endmenu
This page took 0.057987 seconds and 5 git commands to generate.