diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 74bf3e30ce75..a800b0faaad6 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1417,6 +1417,10 @@ config X86_PAT | |||
1417 | 1417 | ||
1418 | If unsure, say Y. | 1418 | If unsure, say Y. |
1419 | 1419 | ||
1420 | config ARCH_USES_PG_UNCACHED | ||
1421 | def_bool y | ||
1422 | depends on X86_PAT | ||
1423 | |||
1420 | config EFI | 1424 | config EFI |
1421 | bool "EFI runtime service support" | 1425 | bool "EFI runtime service support" |
1422 | depends on ACPI | 1426 | depends on ACPI |