The options to alter the vmsplit to enable more lowmem are hidden behind the embedded option. Make it more exposed for -ck users and make the help menu more explicit about what each option means. Signed-off-by: Con Kolivas --- arch/i386/Kconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Index: linux-2.6.21-ck2/arch/i386/Kconfig =================================================================== --- linux-2.6.21-ck2.orig/arch/i386/Kconfig 2007-05-14 19:49:18.000000000 +1000 +++ linux-2.6.21-ck2/arch/i386/Kconfig 2007-05-14 19:49:56.000000000 +1000 @@ -546,7 +546,7 @@ endchoice choice depends on EXPERIMENTAL - prompt "Memory split" if EMBEDDED + prompt "Memory split" default VMSPLIT_3G help Select the desired split between kernel and user memory. @@ -565,14 +565,14 @@ 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 !HIGHMEM - 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_1G - bool "1G/3G user/kernel split" + bool "3GB lowmem (1G/3G user/kernel split)" endchoice config PAGE_OFFSET