Changeset d3146ca


Ignore:
Timestamp:
02/03/2024 02:10:31 PM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
2a20f9c8
Parents:
50d35ab3
Message:

kernel-config: Add USB_PCI to config for USB devices

It seems needed to use USB on *all* of my PC-like systems...

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libusb-kernel.xml

    r50d35ab3 rd3146ca  
    77  [*] <emphasis role='blue'>U</emphasis>SB support ---&gt;                                             [USB_SUPPORT]
    88    &lt;*/M&gt;   <emphasis role='blue'>S</emphasis>upport for Host-side USB                                      [USB]
     9    [*]     <emphasis role='blue'>P</emphasis>CI based USB host interface                               [USB_PCI]
    910    # These are most common USB controller drivers for PC-like systems.
    1011    # For modern systems often [USB_XHCI_HCD] is the only one needed
  • kernel-config/general/genlib/libusb.toml

    r50d35ab3 rd3146ca  
    11USB_SUPPORT='*'
    22USB='*M'
     3USB_PCI='*'
    34
    45USB_EHCI_HCD='*M '
Note: See TracChangeset for help on using the changeset viewer.