mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 22:39:29 +00:00
config_tools: remove obsolete kconfig files
Remove obsolete Kconfig files; Update Kconfig related README and error message. Tracked-On: #6315 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
@@ -38,7 +38,7 @@ def gen_dmar_structure(config):
|
||||
|
||||
if not dmar_info_lines:
|
||||
print("\n#ifndef CONFIG_ACPI_PARSE_ENABLED", file=config)
|
||||
print("#error \"DMAR info is not available, please set ACPI_PARSE_ENABLED to y in Kconfig. \\", file=config)
|
||||
print("#error \"DMAR info is not available, please set ACPI_PARSE_ENABLED to y. \\", file=config)
|
||||
print("\tOr use acrn-config tool to generate platform DMAR info.\"", file=config)
|
||||
print("#endif\n", file=config)
|
||||
|
||||
|
Reference in New Issue
Block a user