Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

This commit is contained in:
Bruce Dubbs 2024-02-03 09:39:39 -06:00
commit 2a20f9c8e8
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<screen><emphasis role='blue'>D</emphasis>evice Drivers ---&gt;
[*] <emphasis role='blue'>U</emphasis>SB support ---&gt; [USB_SUPPORT]
&lt;*/M&gt; <emphasis role='blue'>S</emphasis>upport for Host-side USB [USB]
[*] <emphasis role='blue'>P</emphasis>CI based USB host interface [USB_PCI]
# These are most common USB controller drivers for PC-like systems.
# For modern systems often [USB_XHCI_HCD] is the only one needed
# even if the system has USB 2.0 ports:

View File

@ -1,5 +1,6 @@
USB_SUPPORT='*'
USB='*M'
USB_PCI='*'
USB_EHCI_HCD='*M '
USB_OHCI_HCD='*M '