1## SPDX-License-Identifier: GPL-2.0-only 2 3config 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. 9