aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ed92864d1325..09f6b7fa29ac 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1120,7 +1120,7 @@ config MTRR
1120 See <file:Documentation/mtrr.txt> for more information. 1120 See <file:Documentation/mtrr.txt> for more information.
1121 1121
1122config MTRR_SANITIZER 1122config MTRR_SANITIZER
1123 bool 1123 def_bool y
1124 prompt "MTRR cleanup support" 1124 prompt "MTRR cleanup support"
1125 depends on MTRR 1125 depends on MTRR
1126 help 1126 help
@@ -1131,7 +1131,7 @@ config MTRR_SANITIZER
1131 The largest mtrr entry size for a continous block can be set with 1131 The largest mtrr entry size for a continous block can be set with
1132 mtrr_chunk_size. 1132 mtrr_chunk_size.
1133 1133
1134 If unsure, say N. 1134 If unsure, say Y.
1135 1135
1136config MTRR_SANITIZER_ENABLE_DEFAULT 1136config MTRR_SANITIZER_ENABLE_DEFAULT
1137 int "MTRR cleanup enable value (0-1)" 1137 int "MTRR cleanup enable value (0-1)"