summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorYinghai Lu2008-04-30 05:25:58 +0200
committerThomas Gleixner2008-05-25 10:55:10 +0200
commitf5098d62c1d1cede8ff23d01bbf50a421f110562 (patch)
tree2e89344ba23d5af07fe5fe1c5bfbd19a8f7f1714 /arch/x86/Kconfig
parentx86: fix trimming e820 with MTRR holes. - fix (diff)
downloadkernel-qcow2-linux-f5098d62c1d1cede8ff23d01bbf50a421f110562.tar.gz
kernel-qcow2-linux-f5098d62c1d1cede8ff23d01bbf50a421f110562.tar.xz
kernel-qcow2-linux-f5098d62c1d1cede8ff23d01bbf50a421f110562.zip
x86: mtrr cleanup for converting continuous to discrete layout v8 - fix
v9: address format change requests by Ingo more case handling in range_to_var_with_hole Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 97a1764a3d20..f417fe33d852 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1110,13 +1110,12 @@ config MTRR_SANITIZER
If unsure, say Y.
config MTRR_SANITIZER_ENABLE_DEFAULT
- def_bool y
- prompt "Enable MTRR cleanup by default"
+ int "MTRR cleanup enable value (0-1)"
+ range 0 1
+ default "0"
depends on MTRR_SANITIZER
help
- Enable mtrr cleanup by default
-
- If unsure, say Y.
+ Enable mtrr cleanup default value
config X86_PAT
bool