repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
acpi: Add IORT helper functions
[coreboot2.git]
/
src
/
drivers
/
usb
/
pci_xhci
/
Kconfig
blob
3e410fdd6517380855c93b19b9123b0ab35e4323
1
## SPDX-License-Identifier: GPL-2.0-only
2
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.