From 114806c8dd0770c0045ec16d2eafc3315e220a8d Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 29 Oct 2016 11:21:02 +1100 Subject: [PATCH 03/19] Expose vmsplit option for our poor 32bit users. --- arch/x86/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 0b40f32..32589a9 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1311,7 +1311,7 @@ config HIGHMEM64G endchoice choice - prompt "Memory split" if EXPERT + prompt "Memory split" default VMSPLIT_3G depends on X86_32 ---help--- @@ -1331,17 +1331,17 @@ choice option alone! config VMSPLIT_3G - bool "3G/1G user/kernel split" + bool "Default 896MB lowmem (3G/1G user/kernel split)" config VMSPLIT_3G_OPT depends on !X86_PAE - bool "3G/1G user/kernel split (for full 1G low memory)" + bool "1GB lowmem (3G/1G user/kernel split)" config VMSPLIT_2G - bool "2G/2G user/kernel split" + bool "2GB lowmem (2G/2G user/kernel split)" config VMSPLIT_2G_OPT depends on !X86_PAE - bool "2G/2G user/kernel split (for full 2G low memory)" + bool "2GB lowmem (2G/2G user/kernel split)" config VMSPLIT_1G - bool "1G/3G user/kernel split" + bool "3GB lowmem (1G/3G user/kernel split)" endchoice config PAGE_OFFSET -- 2.7.4