xref: /freebsd/sys/amd64/conf/GENERIC (revision 970a71e1ef9a9792059c7c824a0106abb4fddcec)
1ba1cabf4SPeter Wemm#
2afa88623SPeter Wemm# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3677060b4SPoul-Henning Kamp#
4650ea0d6SLuigi Rizzo# For more information on this file, please read the config(5) manual page,
5650ea0d6SLuigi Rizzo# and/or the handbook section on Kernel Configuration Files:
6d571daa0SJordan K. Hubbard#
7c1a14887SCeri Davies#    https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
8d571daa0SJordan K. Hubbard#
9d571daa0SJordan K. Hubbard# The handbook is also available locally in /usr/share/doc/handbook
10d571daa0SJordan K. Hubbard# if you've installed the doc distribution, otherwise always see the
11a2aef24aSEitan Adler# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
12d571daa0SJordan K. Hubbard# latest information.
13677060b4SPoul-Henning Kamp#
148830dd31SWolfram Schneider# An exhaustive list of options and more detailed explanations of the
15dde04295SJohn Baldwin# device lines is also present in the ../../conf/NOTES and NOTES files.
16dde04295SJohn Baldwin# If you are in doubt as to the purpose or necessity of a line, check first
17dde04295SJohn Baldwin# in NOTES.
188830dd31SWolfram Schneider#
19677060b4SPoul-Henning Kamp
20afa88623SPeter Wemmcpu		HAMMER
21677060b4SPoul-Henning Kampident		GENERIC
22677060b4SPoul-Henning Kamp
233f1afabfSWarner Loshmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
24e9acaa9aSBrooks Davismakeoptions	WITH_CTF=1		# Run ctfconvert(1) for DTrace support
25713c9391SDavid E. O'Brien
2695b55771SKen Smithoptions 	SCHED_ULE		# ULE scheduler
27e382dd47SMateusz Guzikoptions 	NUMA			# Non-Uniform Memory Architecture support
28444ba945SScott Longoptions 	PREEMPTION		# Enable kernel thread preemption
29*970a71e1SKonstantin Belousovoptions 	BLOAT_KERNEL_WITH_EXTERR
308e94025bSBjoern A. Zeeboptions 	VIMAGE			# Subsystem virtualization, e.g. VNET
31677060b4SPoul-Henning Kampoptions 	INET			# InterNETworking
32ba1cabf4SPeter Wemmoptions 	INET6			# IPv6 communications protocols
333b65550eSJosh Paetzeloptions 	IPSEC_SUPPORT		# Allow kldload of ipsec and tcpmd5
347a296a86SKonstantin Belousovoptions 	IPSEC_OFFLOAD		# Inline ipsec offload infra
35d5fe384bSAlexander V. Chernikovoptions 	ROUTE_MPATH		# Multipath routing support
366993187aSAlexander V. Chernikovoptions 	FIB_ALGO		# Modular fib lookups
3709fe6320SNavdeep Parharoptions 	TCP_OFFLOAD		# TCP offload
38e24e5683SJonathan T. Looneyoptions 	TCP_BLACKBOX		# Enhanced TCP event logging
39bd79708dSJonathan T. Looneyoptions 	TCP_HHOOK		# hhook(9) framework for TCP
4018a75309SPatrick Kelseyoptions 	TCP_RFC7413		# TCP Fast Open
41e64080e7SMark Johnstonoptions 	SCTP_SUPPORT		# Allow kldload of SCTP
42efa9c21bSAndrew Gallatinoptions 	KERN_TLS		# TLS transmit & receive offload
434525c93eSJordan K. Hubbardoptions 	FFS			# Berkeley Fast Filesystem
44bc265916SPeter Wemmoptions 	SOFTUPDATES		# Enable FFS soft updates support
45ba1cabf4SPeter Wemmoptions 	UFS_ACL			# Support for access control lists
46ba1cabf4SPeter Wemmoptions 	UFS_DIRHASH		# Improve performance on big directories
47fef2a259SPawel Jakub Dawidekoptions 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
480dcbedfaSKonstantin Belousovoptions 	QUOTA			# Enable disk quotas for UFS
4970c3f049SMark Murrayoptions 	MD_ROOT			# MD is a potential root device
503e32dff5SJohn Baldwinoptions 	NFSCL			# Network Filesystem Client
513e32dff5SJohn Baldwinoptions 	NFSD			# Network Filesystem Server
52fa9d9930SDoug Rabsonoptions 	NFSLOCKD		# Network Lock Manager
5388c037e2SRick Macklemoptions 	NFS_ROOT		# NFS usable as /, requires NFSCL
54ba1cabf4SPeter Wemmoptions 	MSDOSFS			# MSDOS Filesystem
55ba1cabf4SPeter Wemmoptions 	CD9660			# ISO 9660 Filesystem
56ba1cabf4SPeter Wemmoptions 	PROCFS			# Process filesystem (requires PSEUDOFS)
57ba1cabf4SPeter Wemmoptions 	PSEUDOFS		# Pseudo-filesystem framework
58b798ef64SAlex Richardsonoptions 	TMPFS			# Efficient memory filesystem
59c078c188SAlexander Motinoptions 	GEOM_RAID		# Soft RAID functionality.
60983f9709SBrooks Davisoptions 	GEOM_LABEL		# Provides labelization
61164138e7SKyle Evansoptions 	EFIRT			# EFI Runtime Services support
62841c0c7eSNathan Whitehornoptions 	COMPAT_FREEBSD32	# Compatible with i386 binaries
63713c9391SDavid E. O'Brienoptions 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
6422e59cecSKen Smithoptions 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
656c9fdda7SRuslan Ermilovoptions 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
665965c4b7SJohn Baldwinoptions 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
677d313e7bSJohn Baldwinoptions 	COMPAT_FREEBSD9		# Compatible with FreeBSD9
687d313e7bSJohn Baldwinoptions 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
697f68a896SMark Johnstonoptions 	COMPAT_FREEBSD11	# Compatible with FreeBSD11
70d6745408SConrad Meyeroptions 	COMPAT_FREEBSD12	# Compatible with FreeBSD12
714e85b648SKristof Provostoptions 	COMPAT_FREEBSD13	# Compatible with FreeBSD13
7284d12f88SKristof Provostoptions 	COMPAT_FREEBSD14	# Compatible with FreeBSD14
7332672ba8SAndre Oppermannoptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
74ba1cabf4SPeter Wemmoptions 	KTRACE			# ktrace(1) support
753c90d1eaSRobert Watsonoptions 	STACK			# stack(9) support
76713c9391SDavid E. O'Brienoptions 	SYSVSHM			# SYSV-style shared memory
77713c9391SDavid E. O'Brienoptions 	SYSVMSG			# SYSV-style message queues
78713c9391SDavid E. O'Brienoptions 	SYSVSEM			# SYSV-style semaphores
79118ef86eSJohn Baldwinoptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
80c2919fd8SEd Schoutenoptions 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
81ba1cabf4SPeter Wemmoptions 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
82dbd47f15SXin LIoptions 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
8368ce278eSMaxim Sobolevoptions 	AUDIT			# Security event auditing
84009d2032SRobert Watsonoptions 	CAPABILITY_MODE		# Capsicum capability mode
85009d2032SRobert Watsonoptions 	CAPABILITIES		# Capsicum capabilities
86bd875f5fSRobert Watsonoptions 	MAC			# TrustedBSD MAC Framework
87e9acaa9aSBrooks Davisoptions 	KDTRACE_FRAME		# Ensure frames are compiled in
88e9acaa9aSBrooks Davisoptions 	KDTRACE_HOOKS		# Kernel DTrace hooks
89b3a397a8SBrooks Davisoptions 	DDB_CTF			# Kernel ELF linker loads CTF data
9087948dfdSWarner Loshoptions 	INCLUDE_CONFIG_FILE	# Include this file in kernel
91ba8f0eb8SEdward Tomasz Napieralaoptions 	RACCT			# Resource accounting framework
92ba8f0eb8SEdward Tomasz Napieralaoptions 	RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
93ba8f0eb8SEdward Tomasz Napieralaoptions 	RCTL			# Resource limits
94677060b4SPoul-Henning Kamp
956168545aSKen Smith# Debugging support.  Always need this:
968bcb1e9eSMarcel Moolenaaroptions 	KDB			# Enable kernel debugger support.
97818d282eSAndriy Gaponoptions 	KDB_TRACE		# Print a stack trace for a panic.
989ba0691bSAndriy Gapon# For full debugger support use (turn off in stable branch):
998a8daeafSLexi Winterinclude "std.debug"
1008fab58d8SPoul-Henning Kamp
101892bdcccSMark Johnston# Kernel dump features.
102892bdcccSMark Johnstonoptions 	EKCD			# Support for encrypted kernel dumps
103892bdcccSMark Johnstonoptions 	GZIO			# gzip-compressed kernel and user dumps
104892bdcccSMark Johnstonoptions 	ZSTDIO			# zstd-compressed kernel and user dumps
1057790c8c1SConrad Meyeroptions 	DEBUGNET		# debugnet networking
106892bdcccSMark Johnstonoptions 	NETDUMP			# netdump(4) client support
107dda17b36SConrad Meyeroptions 	NETGDB			# netgdb(4) client support
108892bdcccSMark Johnston
109b8aeddf1SPeter Wemm# Make an SMP-capable kernel by default
110b8aeddf1SPeter Wemmoptions 	SMP			# Symmetric MultiProcessor Kernel
111118ef86eSJohn Baldwin
112a7b811a6SNate Lawson# CPU frequency control
113a7b811a6SNate Lawsondevice		cpufreq
114a7b811a6SNate Lawson
11554903605SPeter Wemm# Bus support.
116a4d60a7fSPeter Wemmdevice		acpi
117d0673fe1SAllan Judedevice		smbios
118f120ad6bSRuslan Bukinoptions 	IOMMU
119b618108fSPeter Wemmdevice		pci
12082cb5c3bSJohn Baldwinoptions 	PCI_HP			# PCI-Express native HotPlug
1219bfb1e36SRyan Stoneoptions 	PCI_IOV			# PCI SR-IOV support
122ba1cabf4SPeter Wemm
1235832a3e3SKonstantin Belousovoptions 	COMPAT_LINUXKPI
1245832a3e3SKonstantin Belousov
125e81e77c5SKonstantin Belousov# Enable support for the kernel PLL to use an external PPS signal,
126e81e77c5SKonstantin Belousov# under supervision of [x]ntpd(8)
127e81e77c5SKonstantin Belousov# More info in ntpd documentation: http://www.eecis.udel.edu/~ntp
128e81e77c5SKonstantin Belousov
129e81e77c5SKonstantin Belousovoptions 	PPS_SYNC
130e81e77c5SKonstantin Belousov
131ba1cabf4SPeter Wemm# Floppy drives
132ba1cabf4SPeter Wemmdevice		fdc
133677060b4SPoul-Henning Kamp
13497b53e36SAlexander Motin# ATA controllers
13597b53e36SAlexander Motindevice		ahci			# AHCI-compatible SATA controllers
13697b53e36SAlexander Motindevice		ata			# Legacy ATA/SATA controllers
13797b53e36SAlexander Motindevice		mvs			# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
13897b53e36SAlexander Motindevice		siis			# SiliconImage SiI3124/SiI3132/SiI3531 SATA
139ff680471SDavid E. O'Brien
140ba1cabf4SPeter Wemm# SCSI Controllers
141ba1cabf4SPeter Wemmdevice		ahc			# AHA2940 and onboard AIC7xxx devices
142ba1cabf4SPeter Wemmdevice		ahd			# AHA39320/29320 and onboard AIC79xx devices
1434439f8b4SScott Longdevice		hptiop			# Highpoint RocketRaid 3xxx series
144ba1cabf4SPeter Wemmdevice		isp			# Qlogic family
14546ec31b0SPeter Wemm#device		ispfw			# Firmware for QLogic HBAs- normally a module
146ba1cabf4SPeter Wemmdevice		mpt			# LSI-Logic MPT-Fusion
147d3c7b9a0SKenneth D. Merrydevice		mps			# LSI-Logic MPT-Fusion 2
148991554f2SKenneth D. Merrydevice		mpr			# LSI-Logic MPT-Fusion 3
1499cdd4075SChandrakanth patildevice		mpi3mr			# LSI-Logic MPT-Fusion 4
1506a186782SWarner Loshdevice		sym			# NCR/Symbios Logic
151f11c7f63SJim Harrisdevice		isci			# Intel C600 SAS controller
152ef270ab1SKenneth D. Merrydevice		ocs_fc			# Emulex FC adapters
153052e12a5SJosh Paetzeldevice		pvscsi			# VMware PVSCSI
154ba1cabf4SPeter Wemm
15597b53e36SAlexander Motin# ATA/SCSI peripherals
15697b53e36SAlexander Motindevice		scbus			# SCSI bus (required for ATA/SCSI)
157ba1cabf4SPeter Wemmdevice		ch			# SCSI media changers
158ba1cabf4SPeter Wemmdevice		da			# Direct Access (disks)
159ba1cabf4SPeter Wemmdevice		sa			# Sequential Access (tape etc)
160ba1cabf4SPeter Wemmdevice		cd			# CD
16197b53e36SAlexander Motindevice		pass			# Passthrough device (direct ATA/SCSI access)
162130f4520SKenneth D. Merrydevice		ses			# Enclosure Services (SES and SAF-TE)
1638ed98609SEdward Tomasz Napierala#device		ctl			# CAM Target Layer
164ba1cabf4SPeter Wemm
165a4d60a7fSPeter Wemm# RAID controllers interfaced to the SCSI subsystem
166d0885ac3SScott Longdevice		arcmsr			# Areca SATA II RAID
167a4d60a7fSPeter Wemmdevice		ciss			# Compaq Smart RAID 5*
168a4d60a7fSPeter Wemmdevice		ips			# IBM (Adaptec) ServeRAID
1691e66f787SSean Brunodevice		smartpqi		# Microsemi smartpqi driver
170309dca01SXin LIdevice		tws			# LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller
171a4d60a7fSPeter Wemm
172ba1cabf4SPeter Wemm# RAID controllers
173df6ece38SPeter Wemmdevice		aac			# Adaptec FSA RAID
174df6ece38SPeter Wemmdevice		aacp			# SCSI passthrough for aac (requires CAM)
175dce93cd0SAchim Leubnerdevice		aacraid			# Adaptec by PMC RAID
176ba1cabf4SPeter Wemmdevice		ida			# Compaq Smart RAID
1777f631a41SScott Longdevice		mfi			# LSI MegaRAID SAS
178ba1cabf4SPeter Wemmdevice		mlx			# Mylex DAC960 family
179a58b4afaSMark Johnstondevice		mrsas			# LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
180ba1cabf4SPeter Wemm#XXX pointer/int warnings
181ba1cabf4SPeter Wemm#device		pst			# Promise Supertrak SX6000
182ba1cabf4SPeter Wemm
1836e3471bdSJim Harris# NVM Express (NVMe) support
1846e3471bdSJim Harrisdevice		nvme			# base NVMe driver
1856e3471bdSJim Harrisdevice		nvd			# expose NVMe namespaces as disks, depends on nvme
1866e3471bdSJim Harris
187f2521a76SDoug Ambrisko# Intel Volume Management Device (VMD) support
1887af4475aSAlexander Motindevice		vmd
189f2521a76SDoug Ambrisko
19023f7bd17SBrian Somers# atkbdc0 controls both the keyboard and the PS/2 mouse
19114426b9cSPeter Wemmdevice		atkbdc			# AT keyboard controller
19214426b9cSPeter Wemmdevice		atkbd			# AT keyboard
19314426b9cSPeter Wemmdevice		psm			# PS/2 mouse
1942ad872c5SKazutaka YOKOTA
195b6431012SMaksim Yevmenkindevice		kbdmux			# keyboard multiplexer
196b6431012SMaksim Yevmenkin
197228e020aSEd Maste# syscons is the legacy console driver, resembling an SCO console
19828dcccc1SEd Mastedevice		vga			# VGA video card driver
19928dcccc1SEd Mastedevice		splash			# Splash screen and screen saver support
20014426b9cSPeter Wemmdevice		sc
20100c885e1SJung-uk Kimoptions 	SC_PIXEL_MODE		# add support for the raster text mode
2025895e3c8SPeter Wemm
203228e020aSEd Maste# vt is the default video console driver
20430dbb3eaSEd Mastedevice		vt
20530dbb3eaSEd Mastedevice		vt_vga
20630dbb3eaSEd Mastedevice		vt_efifb
207a4a10b37SToomas Soomedevice		vt_vbefb
20830dbb3eaSEd Maste
209354096a3SEric Anholtdevice		agp			# support several AGP chipsets
210354096a3SEric Anholt
211b4fba31bSWarner Losh# CardBus bridge support
212b4fba31bSWarner Loshdevice		cbb			# CardBus (yenta) bridge
213ba1cabf4SPeter Wemmdevice		cardbus			# CardBus (32-bit) bus
214e597b497SNate Williams
2151f06573dSPeter Wemm# Serial (COM) ports
21638195fdcSMarcel Moolenaardevice		uart			# Generic UART driver
217677060b4SPoul-Henning Kamp
21804e83575SJoseph Koshy# Parallel port
219ba1cabf4SPeter Wemmdevice		ppc
220ba1cabf4SPeter Wemmdevice		ppbus			# Parallel port bus (required)
221ba1cabf4SPeter Wemmdevice		lpt			# Printer
222ba1cabf4SPeter Wemmdevice		ppi			# Parallel port interface device
223ba1cabf4SPeter Wemm#device		vpo			# Requires scbus and da
224ba1cabf4SPeter Wemm
2253a3ba1b0SJohn Baldwindevice		puc			# Multi I/O cards and multi-channel UARTs
226ba1cabf4SPeter Wemm
227c75f49f7SKonstantin Belousov# PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
228c75f49f7SKonstantin Belousovdevice		iflib
229859ff640SJack F Vogeldevice		em			# Intel PRO/1000 Gigabit Ethernet Family
230517904deSPeter Grehandevice		igc			# Intel I225 2.5G Ethernet
231758cc3dcSJack F Vogeldevice		ix			# Intel PRO/10GbE PCIE PF Ethernet
232758cc3dcSJack F Vogeldevice		ixv			# Intel PRO/10GbE PCIE VF Ethernet
23377c1fcecSEric Joynerdevice		ixl			# Intel 700 Series Physical Function
23477c1fcecSEric Joynerdevice		iavf			# Intel Adaptive Virtual Function
23571d10453SEric Joynerdevice		ice			# Intel 800 Series Physical Function
236c75f49f7SKonstantin Belousovdevice		vmx			# VMware VMXNET3 Ethernet
237aa776623SMuhammad Moinur Rahmandevice		axp			# AMD EPYC integrated NIC (requires miibus)
238c75f49f7SKonstantin Belousov
239c75f49f7SKonstantin Belousov# PCI Ethernet NICs.
240c75f49f7SKonstantin Belousovdevice		bxe			# Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
2418df071afSMarius Strobldevice		le			# AMD Am7900 LANCE and Am79C9xx PCnet
2426e535f6eSRemko Lodderdevice		ti			# Alteon Networks Tigon I/II gigabit Ethernet
243c6a5d1a6SPeter Wemm
2445832a3e3SKonstantin Belousov# Nvidia/Mellanox Connect-X 4 and later, Ethernet only
2456a70a0c8SMaxim Sobolev#  o requires COMPAT_LINUXKPI and xz(4)
2466a70a0c8SMaxim Sobolev#  o mlx5ib requires ibcore infra and is not included by default
2475832a3e3SKonstantin Belousovdevice		mlx5			# Base driver
2485832a3e3SKonstantin Belousovdevice		mlxfw			# Firmware update
2495832a3e3SKonstantin Belousovdevice		mlx5en			# Ethernet driver
2505832a3e3SKonstantin Belousov
251c6a5d1a6SPeter Wemm# PCI Ethernet NICs that use the common MII bus controller code.
252f94a808cSNik Clayton# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
253c9953c3bSPeter Wemmdevice		miibus			# MII bus support
254ba26d470SStanislav Sedovdevice		ae			# Attansic/Atheros L2 FastEthernet
25583a17b90SPyun YongHyeondevice		age			# Attansic/Atheros L1 Gigabit Ethernet
256d68875ebSPyun YongHyeondevice		alc			# Atheros AR8131/AR8132 Ethernet
2573c6e15bcSPyun YongHyeondevice		ale			# Atheros AR8121/AR8113/AR8114 Ethernet
258d8636a9aSPaul Saabdevice		bce			# Broadcom BCM5706/BCM5708 Gigabit Ethernet
2594e744b5eSDavid E. O'Briendevice		bfe			# Broadcom BCM440x 10/100 Ethernet
2603fc40c24SDavid E. O'Briendevice		bge			# Broadcom BCM570xx Gigabit Ethernet
261b78ebd64SMarius Strobldevice		cas			# Sun Cassini/Cassini+ and NS DP83065 Saturn
262ba1cabf4SPeter Wemmdevice		dc			# DEC/Intel 21143 and various workalikes
2634d52a575SXin LIdevice		et			# Agere ET1310 10/100/Gigabit Ethernet
2644664a8d5SJonathan Lemondevice		fxp			# Intel EtherExpress PRO/100B (82557, 82558)
265b78ebd64SMarius Strobldevice		gem			# Sun GEM/Sun ERI/Apple GMAC
26620f99a5bSPyun YongHyeondevice		jme			# JMicron JMC250 Gigabit/JMC260 Fast Ethernet
2676f4e528aSJun Kuriyamadevice		lge			# Level 1 LXT1001 gigabit Ethernet
2681f90cf98SPyun YongHyeondevice		msk			# Marvell/SysKonnect Yukon II Gigabit Ethernet
269b5f0caf9SPyun YongHyeondevice		nfe			# nVidia nForce MCP on-board Ethernet
2706f4e528aSJun Kuriyamadevice		nge			# NatSemi DP83820 gigabit Ethernet
271a94100faSBill Pauldevice		re			# RealTek 8139C+/8169/8169S/8110S
272ba1cabf4SPeter Wemmdevice		rl			# RealTek 8129/8139
273d193ed0bSPyun YongHyeondevice		sge			# Silicon Integrated Systems SiS190/191
274ba1cabf4SPeter Wemmdevice		sis			# Silicon Integrated Systems SiS 900/SiS 7016
2754e744b5eSDavid E. O'Briendevice		sk			# SysKonnect SK-984x & SK-982x gigabit Ethernet
276ba1cabf4SPeter Wemmdevice		ste			# Sundance ST201 (D-Link DFE-550TX)
277579aaaa4SMaxim Sobolevdevice		stge			# Sundance/Tamarack TC9021 gigabit Ethernet
2786f4e528aSJun Kuriyamadevice		vge			# VIA VT612x gigabit Ethernet
279ba1cabf4SPeter Wemmdevice		vr			# VIA Rhine, Rhine II
280c9953c3bSPeter Wemmdevice		xl			# 3Com 3c90x (``Boomerang'', ``Cyclone'')
28129c6a10bSGarrett Wollman
282ba1cabf4SPeter Wemm# Wireless NIC cards
283ba1cabf4SPeter Wemmdevice		wlan			# 802.11 support
2846c26723bSSam Leffleroptions 	IEEE80211_DEBUG		# enable debug msgs
285c16c6b65SRui Paulooptions 	IEEE80211_SUPPORT_MESH	# enable 802.11s draft support
28657d6ae06SSam Lefflerdevice		wlan_wep		# 802.11 WEP support
28757d6ae06SSam Lefflerdevice		wlan_ccmp		# 802.11 CCMP support
2887bf82ea4SAdrian Chadddevice		wlan_gcmp		# 802.11 GCMP support
28957d6ae06SSam Lefflerdevice		wlan_tkip		# 802.11 TKIP support
29000465d5aSKevin Lodevice		wlan_amrr		# AMRR transmit rate control algorithm
29137c8ee88SMarius Strobldevice		ath			# Atheros CardBus/PCI NICs
29237c8ee88SMarius Strobldevice		ath_hal			# Atheros CardBus/PCI chip support
2933342d830SAdrian Chaddoptions 	AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigation
29457d6ae06SSam Lefflerdevice		ath_rate_sample		# SampleRate tx rate control for ath
295d1f25d5dSBernhard Schmidt#device		bwi			# Broadcom BCM430x/BCM431x wireless NICs.
296d1f25d5dSBernhard Schmidt#device		bwn			# Broadcom BCM43xx wireless NICs.
297d1f25d5dSBernhard Schmidtdevice		ipw			# Intel 2100 wireless NICs.
298d1f25d5dSBernhard Schmidtdevice		iwi			# Intel 2200BG/2225BG/2915ABG wireless NICs.
299d1f25d5dSBernhard Schmidtdevice		iwn			# Intel 4965/1000/5000/6000 wireless NICs.
300d1f25d5dSBernhard Schmidtdevice		malo			# Marvell Libertas wireless NICs.
301d1f25d5dSBernhard Schmidtdevice		mwl			# Marvell 88W8363 802.11n wireless NICs.
3020b090f41SDamien Bergaminidevice		ral			# Ralink Technology RT2500 wireless NICs.
303d1f25d5dSBernhard Schmidtdevice		wpi			# Intel 3945ABG wireless NICs.
304ba1cabf4SPeter Wemm
305aa355a26SMaxim Konovalov# Pseudo devices.
3068cd385fdSJohn Baldwindevice		crypto			# core crypto support
307074a91f7SJohn Baldwindevice		aesni			# AES-NI OpenCrypto module
308f71c01ccSPeter Wemmdevice		loop			# Network loopback
30946be218dSDavid E. O'Briendevice		padlock_rng		# VIA Padlock RNG
31046be218dSDavid E. O'Briendevice		rdrand_rng		# Intel Bull Mountain RNG
311f71c01ccSPeter Wemmdevice		ether			# Ethernet support
3129efde583SBrooks Davisdevice		vlan			# 802.1Q VLAN support
313251a32b5SKyle Evansdevice		tuntap			# Packet tunnel.
314ba1cabf4SPeter Wemmdevice		md			# Memory "disks"
315ba1cabf4SPeter Wemmdevice		gif			# IPv6 and IPv4 tunneling
316086ba9f7SMatt Jacobdevice		firmware		# firmware assist module
3175832a3e3SKonstantin Belousovdevice		xz			# lzma decompression
318713c9391SDavid E. O'Brien
319713c9391SDavid E. O'Brien# The `bpf' device enables the Berkeley Packet Filter.
320713c9391SDavid E. O'Brien# Be aware of the administrative consequences of enabling this!
321991f5121SMurray Stokely# Note that 'bpf' is required for DHCP.
322713c9391SDavid E. O'Briendevice		bpf			# Berkeley packet filter
3230cec007cSNick Hibma
324c89d41e5SAndrew Thompson# USB support
325f6a9d95bSAndrew Thompsonoptions 	USB_DEBUG		# enable debug msgs
326c89d41e5SAndrew Thompsondevice		uhci			# UHCI PCI->USB interface
327c89d41e5SAndrew Thompsondevice		ohci			# OHCI PCI->USB interface
328c89d41e5SAndrew Thompsondevice		ehci			# EHCI PCI->USB interface (USB 2.0)
329144b7166SHans Petter Selaskydevice		xhci			# XHCI PCI->USB interface (USB 3.0)
330c89d41e5SAndrew Thompsondevice		usb			# USB Bus (required)
33113d00a43SEmmanuel Vadotdevice		usbhid			# USB HID Transport
33213d00a43SEmmanuel Vadotdevice		hkbd			# HID Keyboard
33313d00a43SEmmanuel Vadotdevice		ukbd			# USB Keyboard
334c89d41e5SAndrew Thompsondevice		umass			# Disks/Mass storage - Requires scbus and da
335ba1cabf4SPeter Wemm
336701b698bSJoel Dahl# Sound support
337701b698bSJoel Dahldevice		sound			# Generic sound driver (required)
338f38f12f2SJoel Dahldevice		snd_cmi			# CMedia CMI8338/CMI8738
339f38f12f2SJoel Dahldevice		snd_csa			# Crystal Semiconductor CS461x/428x
340f38f12f2SJoel Dahldevice		snd_emu10kx		# Creative SoundBlaster Live! and Audigy
341701b698bSJoel Dahldevice		snd_es137x		# Ensoniq AudioPCI ES137x
342701b698bSJoel Dahldevice		snd_hda			# Intel High Definition Audio
343701b698bSJoel Dahldevice		snd_ich			# Intel, NVidia and other ICH AC'97 Audio
344701b698bSJoel Dahldevice		snd_via8233		# VIA VT8233x Audio
345966d0ed1SKevin Lo
346966d0ed1SKevin Lo# MMC/SD
347966d0ed1SKevin Lodevice		mmc			# MMC/SD bus
348966d0ed1SKevin Lodevice		mmcsd			# MMC/SD memory card
349966d0ed1SKevin Lodevice		sdhci			# Generic PCI SD Host Controller
350ae366ffcSBryan Venteicher
351ae366ffcSBryan Venteicher# VirtIO support
352ae366ffcSBryan Venteicherdevice		virtio			# Generic VirtIO bus (required)
353ae366ffcSBryan Venteicherdevice		virtio_pci		# VirtIO PCI device
354ae366ffcSBryan Venteicherdevice		vtnet			# VirtIO Ethernet device
355ae366ffcSBryan Venteicherdevice		virtio_blk		# VirtIO Block device
356ae366ffcSBryan Venteicherdevice		virtio_scsi		# VirtIO SCSI device
357ae366ffcSBryan Venteicherdevice		virtio_balloon		# VirtIO Memory Balloon device
35815b996d7SPeter Grehan
3596c69c6bbSAdam Fenn# Linux KVM paravirtualization support
3606c69c6bbSAdam Fenndevice		kvm_clock		# KVM paravirtual clock driver
3616c69c6bbSAdam Fenn
362edafb5a3SPedro F. Giffuni# HyperV drivers and enhancement support
36391aff610SGlen Barberdevice		hyperv			# HyperV drivers
36491aff610SGlen Barber
3656b48eebeSGlen Barber# Xen HVM Guest Optimizations
36682bf6a25SRoger Pau Monné# NOTE: XENHVM depends on xenpci and xentimer.
36782bf6a25SRoger Pau Monné# They must be added or removed together.
3686b48eebeSGlen Barberoptions 	XENHVM			# Xen HVM kernel infrastructure
369b2c50bb9SElliott Mitchelldevice		xenefi			# Xen EFI timer device
3706b48eebeSGlen Barberdevice		xenpci			# Xen HVM Hypervisor services driver
371ae598127SJulien Gralldevice		xentimer		# Xen x86 PV timer device
372566a5f50SJustin T. Gibbs
373169760a4SGeorge V. Neville-Neil# Netmap provides direct access to TX/RX rings on supported NICs
3742ec930efSPatrick Kelseydevice		netmap			# netmap(4) support
375af14df77SNiclas Zeising
376af14df77SNiclas Zeising# evdev interface
377af14df77SNiclas Zeisingoptions 	EVDEV_SUPPORT		# evdev support in legacy drivers
378af14df77SNiclas Zeisingdevice		evdev			# input event device support
379af14df77SNiclas Zeisingdevice		uinput			# install /dev/uinput cdev
38067de2db2SVladimir Kondratyev
38167de2db2SVladimir Kondratyev# HID support
38219758786SVladimir Kondratyevoptions 	HID_DEBUG		# enable debug msgs
38367de2db2SVladimir Kondratyevdevice		hid			# Generic HID support
38413d00a43SEmmanuel Vadotdevice		hidbus			# Generic HID Bus
385b1f1b07fSVladimir Kondratyevoptions 	IICHID_SAMPLING		# Workaround missing GPIO INTR support
386bfd2ce2aSStephen J. Kiernan
387bfd2ce2aSStephen J. Kiernan# EFI devices
388bfd2ce2aSStephen J. Kiernandevice		efidev			# EFI pseudo-device
389bfd2ce2aSStephen J. Kiernandevice		efirtc			# EFI RTC
390