summaryrefslogtreecommitdiffstats
path: root/src/drivers/pcie/generic/Kconfig
blob: f41f37ddd7bf330db7fd6f6e14145ff7020d5e09 (plain)
1
2
3
4
5
6
7
8
9
10
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, "DmaProperty", which indicates to the operating system that
	  the PCIe device may be considered untrusted, and appropriate policies,
	  e.g. IOMMU isolation, should take place.