aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pcie/generic/Kconfig
blob: 2a68708f613cbf3383d5f07851dfe8a2419bb860 (plain)
1
2
3
4
5
6
7
8
9
10
11
config DRIVERS_PCIE_GENERIC
	bool
	default n
	depends on HAVE_ACPI_TABLES
	help
	  This driver allows attaching arbitrary ACPI properties to
	  arbitrary PCI root ports or devices. Currently it supports one
	  property, "UntrustedDevice". This property indicates to the
	  operating system that the PCIe device may be considered
	  untrusted, and appropriate policies, e.g. IOMMU isolation,
	  should take place.