blob: 8be43d38b8947de0f0c2b85b71598c3cd60f2564 [file] [log] [blame]
Martin Roth2b65ba02024-02-16 10:43:48 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Tim Wawrzynczak09c047c2022-02-04 09:31:21 -07003config DRIVERS_PCIE_GENERIC
4 bool
5 default n
6 depends on HAVE_ACPI_TABLES
7 help
8 This driver allows attaching arbitrary ACPI properties to
9 arbitrary PCI root ports or devices. Currently it supports one
Tim Wawrzynczakafaee232022-02-23 10:17:21 -070010 property, "DmaProperty", which indicates to the operating system that
11 the PCIe device may be considered untrusted, and appropriate policies,
12 e.g. IOMMU isolation, should take place.