diff options
Diffstat (limited to 'arch/arm/mach-realview/Kconfig')
-rw-r--r-- | arch/arm/mach-realview/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index 5ccde7cf39e8..6695fb33afbf 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig | |||
@@ -37,4 +37,15 @@ config MACH_REALVIEW_PB1176 | |||
37 | help | 37 | help |
38 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. | 38 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. |
39 | 39 | ||
40 | config REALVIEW_HIGH_PHYS_OFFSET | ||
41 | bool "High physical base address for the RealView platform" | ||
42 | depends on !MACH_REALVIEW_PB1176 | ||
43 | default y | ||
44 | help | ||
45 | RealView boards other than PB1176 have the RAM available at | ||
46 | 0x70000000, 256MB of which being mirrored at 0x00000000. If | ||
47 | the board supports 512MB of RAM, this option allows the | ||
48 | memory to be accessed contiguously at the high physical | ||
49 | offset. | ||
50 | |||
40 | endmenu | 51 | endmenu |