diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 9 |
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 | ||
1112 | config MTRR_SANITIZER_ENABLE_DEFAULT | 1112 | config 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 | ||
1121 | config X86_PAT | 1120 | config X86_PAT |
1122 | bool | 1121 | bool |