mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +00:00
hv: add MTRR_ENABLED entry to Kconfig
MTRR feature was added after commit bce7ed1715
("HV: config:
add Kconfig and defconfigs"), so the generated config.h doesn't
include CONFIG_MTRR_ENABLED
Signed-off-by: Zide Chen <zide.chen@intel.com>
This commit is contained in:
parent
571fb33158
commit
1f074a2f2a
@ -112,3 +112,7 @@ config UEFI_OS_LOADER_NAME
|
|||||||
string "UEFI OS loader name"
|
string "UEFI OS loader name"
|
||||||
depends on PLATFORM_UEFI
|
depends on PLATFORM_UEFI
|
||||||
default "\\EFI\\org.clearlinux\\bootloaderx64.efi"
|
default "\\EFI\\org.clearlinux\\bootloaderx64.efi"
|
||||||
|
|
||||||
|
config MTRR_ENABLED
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
Loading…
Reference in New Issue
Block a user