drivers/interrupt_controller: Enable VT-D by default under condition

VT-D will only be enabled if MSI multi-vector will also be requested,
on x86_64, for all boards BUT QEMU ones.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2021-03-05 10:05:21 +01:00 committed by Anas Nashif
commit 49a4bb32da

View file

@ -5,7 +5,8 @@
menuconfig INTEL_VTD_ICTL menuconfig INTEL_VTD_ICTL
bool "Intel VT-D interrupt remapping controller" bool "Intel VT-D interrupt remapping controller"
depends on ACPI && X86 && 64BIT && PCIE_MSI_MULTI_VECTOR default y
depends on !BOARD_QEMU_X86_64 && ACPI && X86 && 64BIT && PCIE_MSI_MULTI_VECTOR
select CACHE_MANAGEMENT select CACHE_MANAGEMENT
help help
Such interrupt remapping hardware is provided through Intel VT-D Such interrupt remapping hardware is provided through Intel VT-D