mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 17:58:30 +00:00
HV: Make: simplify acpi info header file check
Previously we have complicated check mechanism on platform_acpi_info.h which is supposed to be generated by acrn-config tool, but given the reality that all configurations should be generated by acrn-config before build acrn hypervisor, this check is not needed anymore. Tracked-On: #5077 Signed-off-by: Victor Sun <victor.sun@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -309,15 +309,6 @@ config MAX_MSIX_TABLE_NUM
|
||||
range 1 2048
|
||||
default 64
|
||||
|
||||
config ENFORCE_VALIDATED_ACPI_INFO
|
||||
bool "Enforce the use of validated ACPI info table"
|
||||
default n
|
||||
help
|
||||
When set, the use of validated ACPI info tables is enforced and using
|
||||
an offline tool to generate such data is required. Otherwise a
|
||||
warning will be printed when validated ACPI info is unavailable, but
|
||||
a binary can still be built with the ACPI info template.
|
||||
|
||||
config L1D_FLUSH_VMENTRY_ENABLED
|
||||
bool "Enable L1 cache flush before VM entry"
|
||||
default n
|
||||
|
Reference in New Issue
Block a user