Skip to content

Commit 6155245

Browse files
tw4452852wenlingz
authored andcommitted
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>
1 parent 69371f4 commit 6155245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypervisor/arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ config MAX_PT_IRQ_ENTRIES
9393

9494
config MAX_IOMMU_NUM
9595
int "Maximum number of IOMMU devices"
96-
range 1 2
96+
range 1 6
9797
default 2
9898
help
9999
The maximum number of physical IOMMUs the hypervisor can support.

0 commit comments

Comments
 (0)