aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 3b6ff3b4ad2..2fadf794483 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1052,9 +1052,9 @@ config MTRR
1052 See <file:Documentation/mtrr.txt> for more information. 1052 See <file:Documentation/mtrr.txt> for more information.
1053 1053
1054config X86_PAT 1054config X86_PAT
1055 def_bool y 1055 bool
1056 prompt "x86 PAT support" 1056 prompt "x86 PAT support"
1057 depends on MTRR && NONPROMISC_DEVMEM 1057 depends on MTRR
1058 help 1058 help
1059 Use PAT attributes to setup page level cache control. 1059 Use PAT attributes to setup page level cache control.
1060 1060