Lines Matching +full:10 +full:g +full:- +full:support
2 # GENERIC -- Generic kernel configuration file for FreeBSD/amd64
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
24 makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
27 options NUMA # Non-Uniform Memory Architecture support
29 options VIMAGE # Subsystem virtualization, e.g. VNET
34 options ROUTE_MPATH # Multipath routing support
43 options SOFTUPDATES # Enable FFS soft updates support
44 options UFS_ACL # Support for access control lists
46 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
56 options PSEUDOFS # Pseudo-filesystem framework
60 options EFIRT # EFI Runtime Services support
73 options KTRACE # ktrace(1) support
74 options STACK # stack(9) support
75 options SYSVSHM # SYSV-style shared memory
76 options SYSVMSG # SYSV-style message queues
77 options SYSVSEM # SYSV-style semaphores
78 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
94 # Debugging support. Always need this:
95 options KDB # Enable kernel debugger support.
97 # For full debugger support use (turn off in stable branch):
101 options EKCD # Support for encrypted kernel dumps
102 options GZIO # gzip-compressed kernel and user dumps
103 options ZSTDIO # zstd-compressed kernel and user dumps
105 options NETDUMP # netdump(4) client support
106 options NETGDB # netgdb(4) client support
108 # Make an SMP-capable kernel by default
114 # Bus support.
119 options PCI_HP # PCI-Express native HotPlug
120 options PCI_IOV # PCI SR-IOV support
124 # Enable support for the kernel PLL to use an external PPS signal,
134 device ahci # AHCI-compatible SATA controllers
144 #device ispfw # Firmware for QLogic HBAs- normally a module
145 device mpt # LSI-Logic MPT-Fusion
146 device mps # LSI-Logic MPT-Fusion 2
147 device mpr # LSI-Logic MPT-Fusion 3
160 device ses # Enclosure Services (SES and SAF-TE)
181 # NVM Express (NVMe) support
185 # Intel Volume Management Device (VMD) support
197 device splash # Splash screen and screen saver support
199 options SC_PIXEL_MODE # add support for the raster text mode
207 device agp # support several AGP chipsets
209 # CardBus bridge support
211 device cardbus # CardBus (32-bit) bus
223 device puc # Multi I/O cards and multi-channel UARTs
225 # PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
228 device igc # Intel I225 2.5G Ethernet
229 device ix # Intel PRO/10GbE PCIE PF Ethernet
230 device ixv # Intel PRO/10GbE PCIE VF Ethernet
238 device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
242 # Nvidia/Mellanox Connect-X 4 and later, Ethernet only
251 device miibus # MII bus support
257 device bfe # Broadcom BCM440x 10/100 Ethernet
261 device et # Agere ET1310 10/100/Gigabit Ethernet
267 device nfe # nVidia nForce MCP on-board Ethernet
273 device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
274 device ste # Sundance ST201 (D-Link DFE-550TX)
281 device wlan # 802.11 support
283 options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
284 device wlan_wep # 802.11 WEP support
285 device wlan_ccmp # 802.11 CCMP support
286 device wlan_tkip # 802.11 TKIP support
289 device ath_hal # Atheros CardBus/PCI chip support
303 device crypto # core crypto support
304 device aesni # AES-NI OpenCrypto module
308 device ether # Ethernet support
309 device vlan # 802.1Q VLAN support
321 # USB support
323 device uhci # UHCI PCI->USB interface
324 device ohci # OHCI PCI->USB interface
325 device ehci # EHCI PCI->USB interface (USB 2.0)
326 device xhci # XHCI PCI->USB interface (USB 3.0)
331 device umass # Disks/Mass storage - Requires scbus and da
333 # Sound support
348 # VirtIO support
356 # Linux KVM paravirtualization support
359 # HyperV drivers and enhancement support
371 device netmap # netmap(4) support
374 options EVDEV_SUPPORT # evdev support in legacy drivers
375 device evdev # input event device support
378 # HID support
380 device hid # Generic HID support
382 options IICHID_SAMPLING # Workaround missing GPIO INTR support
385 device efidev # EFI pseudo-device