Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[pandora-kernel.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(R) Emulation Baseboard"
6         select ARM_GIC
7         help
8           Include support for the ARM(R) RealView(R) Emulation Baseboard
9           platform.
10
11 config REALVIEW_EB_A9MP
12         bool "Support Multicore Cortex-A9 Tile"
13         depends on MACH_REALVIEW_EB
14         select CPU_V7
15         help
16           Enable support for the Cortex-A9MPCore tile fitted to the
17           Realview(R) Emulation Baseboard platform.
18
19 config REALVIEW_EB_ARM11MP
20         bool "Support ARM11MPCore Tile"
21         depends on MACH_REALVIEW_EB
22         select CPU_V6K
23         select ARCH_HAS_BARRIERS if SMP
24         help
25           Enable support for the ARM11MPCore tile fitted to the Realview(R)
26           Emulation Baseboard platform.
27
28 config REALVIEW_EB_ARM11MP_REVB
29         bool "Support ARM11MPCore RevB Tile"
30         depends on REALVIEW_EB_ARM11MP
31         help
32           Enable support for the ARM11MPCore Revision B tile on the
33           Realview(R) Emulation Baseboard platform. Since there are device
34           address differences, a kernel built with this option enabled is
35           not compatible with other revisions of the ARM11MPCore tile.
36
37 config MACH_REALVIEW_PB11MP
38         bool "Support RealView(R) Platform Baseboard for ARM11MPCore"
39         select CPU_V6K
40         select ARM_GIC
41         select HAVE_PATA_PLATFORM
42         select ARCH_HAS_BARRIERS if SMP
43         help
44           Include support for the ARM(R) RealView(R) Platform Baseboard for
45           the ARM11MPCore.  This platform has an on-board ARM11MPCore and has
46           support for PCI-E and Compact Flash.
47
48 # ARMv6 CPU without K extensions, but does have the new exclusive ops
49 config MACH_REALVIEW_PB1176
50         bool "Support RealView(R) Platform Baseboard for ARM1176JZF-S"
51         select CPU_V6
52         select ARM_GIC
53         select HAVE_TCM
54         help
55           Include support for the ARM(R) RealView(R) Platform Baseboard for
56           ARM1176JZF-S.
57
58 config REALVIEW_PB1176_SECURE_FLASH
59         bool "Allow access to the secure flash memory block"
60         depends on MACH_REALVIEW_PB1176
61         default n
62         help
63           Select this option if Linux will only run in secure mode on the
64           RealView PB1176 platform and access to the secure flash memory
65           block (64MB @ 0x3c000000) is required.
66
67 config MACH_REALVIEW_PBA8
68         bool "Support RealView(R) Platform Baseboard for Cortex(tm)-A8 platform"
69         select CPU_V7
70         select ARM_GIC
71         select HAVE_PATA_PLATFORM
72         help
73           Include support for the ARM(R) RealView Platform Baseboard for
74           Cortex(tm)-A8.  This platform has an on-board Cortex-A8 and has
75           support for PCI-E and Compact Flash.
76
77 config MACH_REALVIEW_PBX
78         bool "Support RealView(R) Platform Baseboard Explore"
79         select ARM_GIC
80         select HAVE_PATA_PLATFORM
81         select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !REALVIEW_HIGH_PHYS_OFFSET
82         select ZONE_DMA if SPARSEMEM
83         help
84           Include support for the ARM(R) RealView(R) Platform Baseboard
85           Explore.
86
87 config REALVIEW_HIGH_PHYS_OFFSET
88         bool "High physical base address for the RealView platform"
89         depends on MMU && !MACH_REALVIEW_PB1176
90         default y
91         help
92           RealView boards other than PB1176 have the RAM available at
93           0x70000000, 256MB of which being mirrored at 0x00000000. If
94           the board supports 512MB of RAM, this option allows the
95           memory to be accessed contiguously at the high physical
96           offset. On the PBX board, disabling this option allows 1GB of
97           RAM to be used with SPARSEMEM.
98
99 endmenu