mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
HV: link CONFIG_MAX_IOMMU_NUM and MAX_DRHDS to DRHD_COUNT
The value of CONFIG_MAX_IOMMU and MAX_DRHDS are identical to DRHD_COUNT which defined in platform ACPI table, so remove CONFIG_MAX_IOMMU_NUM from Kconfig and link these three MACROs together. Tracked-On: #3977 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -3,4 +3,3 @@ CONFIG_BOARD="icl-rvp"
|
||||
CONFIG_SERIAL_LEGACY=y
|
||||
CONFIG_SOS_RAM_SIZE=0x600000000
|
||||
CONFIG_UOS_RAM_SIZE=0x600000000
|
||||
CONFIG_MAX_IOMMU_NUM=3
|
||||
|
||||
Reference in New Issue
Block a user