Ignore:
Timestamp:
07/31/2023 01:44:38 PM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
cceadef
Parents:
cddcdb14
git-author:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:01 PM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:38 PM)
Message:

libusb: Reword the kernel configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel-config/general/genlib/libusb.toml

    rcddcdb14 rb18a8f6  
    11USB_SUPPORT='*'
     2USB='*M'
    23
    3 [USB]
    4 value = '*M'
    5 comment = 'Select any USB hardware device drivers you may need below'
     4USB_EHCI_HCD='*M '
     5USB_OHCI_HCD='*M '
     6
     7[USB_XHCI_HCD]
     8value = '*M '
     9comment = [
     10        'These are most common USB controller drivers for PC-like systems.',
     11        'For modern systems often [USB_XHCI_HCD] is the only one needed',
     12        'even if the system has USB 2.0 ports'
     13]
Note: See TracChangeset for help on using the changeset viewer.