acpi: Add IORT helper functions
[coreboot2.git] / src / drivers / usb / pci_xhci / Kconfig
blob3e410fdd6517380855c93b19b9123b0ab35e4323
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config DRIVERS_USB_PCI_XHCI
4         def_bool n
5         depends on HAVE_ACPI_TABLES
6         select XHCI_UTILS
7         help
8           PCI driver that generates ACPI nodes for an xHCI compatible controller.