aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e607f08b30f7..b76ae4185a3b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1575,6 +1575,7 @@ config BL_SWITCHER_DUMMY_IF
1575 1575
1576choice 1576choice
1577 prompt "Memory split" 1577 prompt "Memory split"
1578 depends on MMU
1578 default VMSPLIT_3G 1579 default VMSPLIT_3G
1579 help 1580 help
1580 Select the desired split between kernel and user memory. 1581 Select the desired split between kernel and user memory.
@@ -1592,6 +1593,7 @@ endchoice
1592 1593
1593config PAGE_OFFSET 1594config PAGE_OFFSET
1594 hex 1595 hex
1596 default PHYS_OFFSET if !MMU
1595 default 0x40000000 if VMSPLIT_1G 1597 default 0x40000000 if VMSPLIT_1G
1596 default 0x80000000 if VMSPLIT_2G 1598 default 0x80000000 if VMSPLIT_2G
1597 default 0xC0000000 1599 default 0xC0000000
@@ -1900,6 +1902,7 @@ config XEN
1900 depends on ARM && AEABI && OF 1902 depends on ARM && AEABI && OF
1901 depends on CPU_V7 && !CPU_V6 1903 depends on CPU_V7 && !CPU_V6
1902 depends on !GENERIC_ATOMIC64 1904 depends on !GENERIC_ATOMIC64
1905 depends on MMU
1903 select ARM_PSCI 1906 select ARM_PSCI
1904 select SWIOTLB_XEN 1907 select SWIOTLB_XEN
1905 select ARCH_DMA_ADDR_T_64BIT 1908 select ARCH_DMA_ADDR_T_64BIT