mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
HV: move NR_IOAPICS to platform acpi info
The I/O APIC number should be parsed from host ACPI table, so move the definition from Kconfig to platform_acpi_info.h. Tracked-On: #1500 Signed-off-by: Victor Sun <victor.sun@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -42,11 +42,6 @@ config MAX_VCPUS_PER_VM
|
||||
range 1 8
|
||||
default 4
|
||||
|
||||
config NR_IOAPICS
|
||||
int "Maximum number of IOAPICs supported"
|
||||
range 1 2
|
||||
default 1
|
||||
|
||||
config MAX_IOMMU_NUM
|
||||
int "Maximum number of iommu dev"
|
||||
range 1 2
|
||||
|
Reference in New Issue
Block a user