Lines Matching +full:usb +full:- +full:based
2 # GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
42 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
51 options PSEUDOFS # Pseudo-filesystem framework
61 options SYSVSHM # SYSV-style shared memory
62 options SYSVMSG # SYSV-style message queues
63 options SYSVSEM # SYSV-style semaphores
64 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
80 # RISC-V SBI console
116 options NVME_USE_NVD=0 # prefer the cam(4) based nda(4) driver
119 # USB support
121 device ohci # OHCI USB interface
122 device uhci # UHCI USB interface
123 device ehci # EHCI USB interface (USB 2.0)
124 device xhci # XHCI USB interface (USB 3.0)
125 device usb # USB Bus (required)
126 device usbhid # USB HID Transport
129 device umass # Disks/Mass storage - Requires scbus and da
139 device uart_ns8250 # ns8250-type UART driver
175 options GZIO # gzip-compressed kernel and user dumps
176 options ZSTDIO # zstd-compressed kernel and user dumps