diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index b2751eadbc56..6189b0c28d6f 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -494,7 +494,7 @@ config HIGHMEM64G | |||
494 | endchoice | 494 | endchoice |
495 | 495 | ||
496 | choice | 496 | choice |
497 | depends on EXPERIMENTAL && !X86_PAE | 497 | depends on EXPERIMENTAL |
498 | prompt "Memory split" if EMBEDDED | 498 | prompt "Memory split" if EMBEDDED |
499 | default VMSPLIT_3G | 499 | default VMSPLIT_3G |
500 | help | 500 | help |
@@ -516,6 +516,7 @@ choice | |||
516 | config VMSPLIT_3G | 516 | config VMSPLIT_3G |
517 | bool "3G/1G user/kernel split" | 517 | bool "3G/1G user/kernel split" |
518 | config VMSPLIT_3G_OPT | 518 | config VMSPLIT_3G_OPT |
519 | depends on !HIGHMEM | ||
519 | bool "3G/1G user/kernel split (for full 1G low memory)" | 520 | bool "3G/1G user/kernel split (for full 1G low memory)" |
520 | config VMSPLIT_2G | 521 | config VMSPLIT_2G |
521 | bool "2G/2G user/kernel split" | 522 | bool "2G/2G user/kernel split" |
@@ -794,6 +795,7 @@ config HOTPLUG_CPU | |||
794 | config COMPAT_VDSO | 795 | config COMPAT_VDSO |
795 | bool "Compat VDSO support" | 796 | bool "Compat VDSO support" |
796 | default y | 797 | default y |
798 | depends on !PARAVIRT | ||
797 | help | 799 | help |
798 | Map the VDSO to the predictable old-style address too. | 800 | Map the VDSO to the predictable old-style address too. |
799 | ---help--- | 801 | ---help--- |