From 1f074a2f2ae1c49c6977c9a7a48b5b3ccc01563c Mon Sep 17 00:00:00 2001 From: Zide Chen Date: Fri, 8 Jun 2018 12:59:50 -0700 Subject: [PATCH] hv: add MTRR_ENABLED entry to Kconfig MTRR feature was added after commit bce7ed17151d4af96 ("HV: config: add Kconfig and defconfigs"), so the generated config.h doesn't include CONFIG_MTRR_ENABLED Signed-off-by: Zide Chen --- hypervisor/arch/x86/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hypervisor/arch/x86/Kconfig b/hypervisor/arch/x86/Kconfig index 60f484cac..292754a4f 100644 --- a/hypervisor/arch/x86/Kconfig +++ b/hypervisor/arch/x86/Kconfig @@ -112,3 +112,7 @@ config UEFI_OS_LOADER_NAME string "UEFI OS loader name" depends on PLATFORM_UEFI default "\\EFI\\org.clearlinux\\bootloaderx64.efi" + +config MTRR_ENABLED + bool + default y