mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
This commit is contained in:
commit
2a20f9c8e8
@ -6,6 +6,7 @@
|
||||
<screen><emphasis role='blue'>D</emphasis>evice Drivers --->
|
||||
[*] <emphasis role='blue'>U</emphasis>SB support ---> [USB_SUPPORT]
|
||||
<*/M> <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:
|
||||
|
@ -1,5 +1,6 @@
|
||||
USB_SUPPORT='*'
|
||||
USB='*M'
|
||||
USB_PCI='*'
|
||||
|
||||
USB_EHCI_HCD='*M '
|
||||
USB_OHCI_HCD='*M '
|
||||
|
Loading…
Reference in New Issue
Block a user