1
0
Fork 0

arm64: Make 36-bit VA depend on EXPERT

Commit 215399392f (arm64: 36 bit VA) introduced 36-bit VA support for
the arm64 kernel when the 16KB page configuration is enabled. While this
is a valid hardware configuration, it's not something we want to
encourage since it reduces the memory (and I/O) range that the kernel
can access. Make this depend on EXPERT to avoid complaints of Linux not
mapping the whole RAM, especially on platforms following the ARM
recommended memory map.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
hifive-unleashed-5.1
Catalin Marinas 2015-10-20 14:59:20 +01:00
parent 9f93f3e946
commit 56a3f30e02
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ choice
a combination of page size and virtual address space size.
config ARM64_VA_BITS_36
bool "36-bit"
bool "36-bit" if EXPERT
depends on ARM64_16K_PAGES
config ARM64_VA_BITS_39