source: kernel-config/general/genlib/libusb.toml@ d3146ca

12.1 ken/TL2024 lazarus rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since d3146ca was d3146ca, checked in by Xi Ruoyao <xry111@…>, 5 months ago

kernel-config: Add USB_PCI to config for USB devices

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

  • Property mode set to 100644
File size: 297 bytes
Line 
1USB_SUPPORT='*'
2USB='*M'
3USB_PCI='*'
4
5USB_EHCI_HCD='*M '
6USB_OHCI_HCD='*M '
7
8[USB_XHCI_HCD]
9value = '*M '
10comment = [
11 'These are most common USB controller drivers for PC-like systems.',
12 'For modern systems often [USB_XHCI_HCD] is the only one needed',
13 'even if the system has USB 2.0 ports'
14]
Note: See TracBrowser for help on using the repository browser.