Merge branch 'fix/asoc' into for-linus
[sfrench/cifs-2.6.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         default n
28         help
29           Enable support for the ARM11MPCore RevB tile on the Realview
30           platform. Since there are device address differences, a
31           kernel built with this option enabled is not compatible with
32           other revisions of the ARM11MPCore tile.
33
34 config MACH_REALVIEW_PB11MP
35         bool "Support RealView/PB11MPCore platform"
36         select CPU_V6
37         select ARM_GIC
38         select HAVE_PATA_PLATFORM
39         help
40           Include support for the ARM(R) RealView MPCore Platform Baseboard.
41           PB11MPCore is a platform with an on-board ARM11MPCore and has
42           support for PCI-E and Compact Flash.
43
44 config MACH_REALVIEW_PB1176
45         bool "Support RealView/PB1176 platform"
46         select CPU_V6
47         select ARM_GIC
48         help
49           Include support for the ARM(R) RealView ARM1176 Platform Baseboard.
50
51 config MACH_REALVIEW_PBA8
52         bool "Support RealView/PB-A8 platform"
53         select CPU_V7
54         select ARM_GIC
55         select HAVE_PATA_PLATFORM
56         help
57           Include support for the ARM(R) RealView Cortex-A8 Platform Baseboard.
58           PB-A8 is a platform with an on-board Cortex-A8 and has support for
59           PCI-E and Compact Flash.
60
61 config REALVIEW_HIGH_PHYS_OFFSET
62         bool "High physical base address for the RealView platform"
63         depends on !MACH_REALVIEW_PB1176
64         default y
65         help
66           RealView boards other than PB1176 have the RAM available at
67           0x70000000, 256MB of which being mirrored at 0x00000000. If
68           the board supports 512MB of RAM, this option allows the
69           memory to be accessed contiguously at the high physical
70           offset.
71
72 endmenu