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

gimp3 trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 4b40acd was d3146ca, checked in by Xi Ruoyao <xry111@…>, 7 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.