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:
Victor Sun
2018-10-12 23:17:41 +08:00
committed by wenlingz
parent bf834072d4
commit 8f701b0ff7
5 changed files with 11 additions and 10 deletions

View File

@@ -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