projectacrn.github.io/0.7/_sources/reference/kconfig/CONFIG_MAX_IOMMU_NUM.rst.txt

44 lines
660 B
ReStructuredText

:orphan:
.. title:: MAX_IOMMU_NUM
.. option:: CONFIG_MAX_IOMMU_NUM
*Maximum number of IOMMU devices*
Type: ``int``
Help
====
The maximum number of physical IOMMUs the hypervisor can support.
Defaults
========
- 2
Kconfig definition
==================
.. highlight:: kconfig
At ``arch/x86/Kconfig:94``
Included via ``Kconfig:3``
Menu path: (top menu)
.. parsed-literal::
config MAX_IOMMU_NUM
int
prompt "Maximum number of IOMMU devices"
range 1 6
default 2
help
The maximum number of physical IOMMUs the hypervisor can support.
*(Definitions include propagated dependencies, including from if's and menus.)*