aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel.send@gmail.com>2008-04-29 23:25:58 -0400
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 04:55:10 -0400
commitf5098d62c1d1cede8ff23d01bbf50a421f110562 (patch)
tree2e89344ba23d5af07fe5fe1c5bfbd19a8f7f1714 /arch/x86/Kconfig
parent8a374026c265476b1acfc3c186a66d59ebdb2cda (diff)
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
1110 If unsure, say Y. 1110 If unsure, say Y.
1111 1111
1112config MTRR_SANITIZER_ENABLE_DEFAULT 1112config MTRR_SANITIZER_ENABLE_DEFAULT
1113 def_bool y 1113 int "MTRR cleanup enable value (0-1)"
1114 prompt "Enable MTRR cleanup by default" 1114 range 0 1
1115 default "0"
1115 depends on MTRR_SANITIZER 1116 depends on MTRR_SANITIZER
1116 help 1117 help
1117 Enable mtrr cleanup by default 1118 Enable mtrr cleanup default value
1118
1119 If unsure, say Y.
1120 1119
1121config X86_PAT 1120config X86_PAT
1122 bool 1121 bool