blob: 3e410fdd6517380855c93b19b9123b0ab35e4323 (
plain)
1
2
3
4
5
6
7
8
|
## SPDX-License-Identifier: GPL-2.0-only
config DRIVERS_USB_PCI_XHCI
def_bool n
depends on HAVE_ACPI_TABLES
select XHCI_UTILS
help
PCI driver that generates ACPI nodes for an xHCI compatible controller.
|