aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index fd27048087b8..5b46756e4c7c 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1009,6 +1009,21 @@ config MTRR
1009 1009
1010 See <file:Documentation/mtrr.txt> for more information. 1010 See <file:Documentation/mtrr.txt> for more information.
1011 1011
1012config X86_PAT
1013 def_bool y
1014 prompt "x86 PAT support"
1015 depends on MTRR && NONPROMISC_DEVMEM
1016 help
1017 Use PAT attributes to setup page level cache control.
1018 ---help---
1019 PATs are the modern equivalents of MTRRs and are much more
1020 flexible than MTRRs.
1021
1022 Say N here if you see bootup problems (boot crash, boot hang,
1023 spontaneous reboots) or a non-working Xorg.
1024
1025 If unsure, say Y.
1026
1012config EFI 1027config EFI
1013 def_bool n 1028 def_bool n
1014 prompt "EFI runtime service support" 1029 prompt "EFI runtime service support"