mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-23 14:07:42 +00:00
Kconfig: enlarge range of maximum number of IOMMU
Some arches have more than two IOMMUs, so change this limitation. Tracked-On: #2435 Signed-off-by: Tw <wei.tan@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
parent
69371f419b
commit
61552458f0
@ -93,7 +93,7 @@ config MAX_PT_IRQ_ENTRIES
|
|||||||
|
|
||||||
config MAX_IOMMU_NUM
|
config MAX_IOMMU_NUM
|
||||||
int "Maximum number of IOMMU devices"
|
int "Maximum number of IOMMU devices"
|
||||||
range 1 2
|
range 1 6
|
||||||
default 2
|
default 2
|
||||||
help
|
help
|
||||||
The maximum number of physical IOMMUs the hypervisor can support.
|
The maximum number of physical IOMMUs the hypervisor can support.
|
||||||
|
Loading…
Reference in New Issue
Block a user