aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index f417fe33d852..9e9761504422 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1117,6 +1117,15 @@ config MTRR_SANITIZER_ENABLE_DEFAULT
1117 help 1117 help
1118 Enable mtrr cleanup default value 1118 Enable mtrr cleanup default value
1119 1119
1120config MTRR_SANITIZER_SPARE_REG_NR_DEFAULT
1121 int "MTRR cleanup spare reg num (0-7)"
1122 range 0 7
1123 default "1"
1124 depends on MTRR_SANITIZER
1125 help
1126 mtrr cleanup spare entries default, it can be changed via
1127 mtrr_spare_reg_nr=
1128
1120config X86_PAT 1129config X86_PAT
1121 bool 1130 bool
1122 prompt "x86 PAT support" 1131 prompt "x86 PAT support"