xref: /freebsd/sys/arm64/conf/GENERIC (revision 40427cca7a9ae77b095936fb1954417c290cfb17)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/arm64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD$
20
21cpu		ARM64
22ident		GENERIC
23
24makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
25makeoptions	WITH_CTF=1		# Run ctfconvert(1) for DTrace support
26
27options 	SCHED_ULE		# ULE scheduler
28options 	PREEMPTION		# Enable kernel thread preemption
29options 	INET			# InterNETworking
30options 	INET6			# IPv6 communications protocols
31options 	IPSEC			# IP (v4/v6) security
32options		IPSEC_SUPPORT		# Allow kldload of ipsec and tcpmd5
33options 	TCP_HHOOK		# hhook(9) framework for TCP
34options 	TCP_OFFLOAD		# TCP offload
35options 	SCTP			# Stream Control Transmission Protocol
36options 	FFS			# Berkeley Fast Filesystem
37options 	SOFTUPDATES		# Enable FFS soft updates support
38options 	UFS_ACL			# Support for access control lists
39options 	UFS_DIRHASH		# Improve performance on big directories
40options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
41options 	QUOTA			# Enable disk quotas for UFS
42options 	MD_ROOT			# MD is a potential root device
43options 	NFSCL			# Network Filesystem Client
44options 	NFSD			# Network Filesystem Server
45options 	NFSLOCKD		# Network Lock Manager
46options 	NFS_ROOT		# NFS usable as /, requires NFSCL
47options 	MSDOSFS			# MSDOS Filesystem
48options 	CD9660			# ISO 9660 Filesystem
49options 	PROCFS			# Process filesystem (requires PSEUDOFS)
50options 	PSEUDOFS		# Pseudo-filesystem framework
51options 	GEOM_PART_GPT		# GUID Partition Tables.
52options 	GEOM_RAID		# Soft RAID functionality.
53options 	GEOM_LABEL		# Provides labelization
54options 	COMPAT_FREEBSD11	# Compatible with FreeBSD11
55options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
56options 	KTRACE			# ktrace(1) support
57options 	STACK			# stack(9) support
58options 	SYSVSHM			# SYSV-style shared memory
59options 	SYSVMSG			# SYSV-style message queues
60options 	SYSVSEM			# SYSV-style semaphores
61options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
62options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
63options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
64options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
65options 	AUDIT			# Security event auditing
66options 	CAPABILITY_MODE		# Capsicum capability mode
67options 	CAPABILITIES		# Capsicum capabilities
68options 	MAC			# TrustedBSD MAC Framework
69options 	KDTRACE_FRAME		# Ensure frames are compiled in
70options 	KDTRACE_HOOKS		# Kernel DTrace hooks
71options 	VFP			# Floating-point support
72options 	RACCT			# Resource accounting framework
73options 	RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
74options 	RCTL			# Resource limits
75options 	SMP
76options 	INTRNG
77
78# Debugging support.  Always need this:
79options 	KDB			# Enable kernel debugger support.
80options 	KDB_TRACE		# Print a stack trace for a panic.
81# For full debugger support use (turn off in stable branch):
82options 	DDB			# Support DDB.
83#options 	GDB			# Support remote GDB.
84options 	DEADLKRES		# Enable the deadlock resolver
85options 	INVARIANTS		# Enable calls of extra sanity checking
86options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
87options 	WITNESS			# Enable checks to detect deadlocks and cycles
88options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
89options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
90
91# SoC support
92options 	SOC_ALLWINNER_A64
93options 	SOC_ALLWINNER_H5
94options 	SOC_CAVM_THUNDERX
95options 	SOC_HISI_HI6220
96options 	SOC_BRCM_BCM2837
97
98# Annapurna Alpine drivers
99device		al_ccu			# Alpine Cache Coherency Unit
100device		al_nb_service		# Alpine North Bridge Service
101device		al_iofic		# I/O Fabric Interrupt Controller
102device		al_serdes		# Serializer/Deserializer
103device		al_udma			# Universal DMA
104
105# VirtIO support
106device		virtio
107device		virtio_pci
108device		virtio_mmio
109device		virtio_blk
110device		vtnet
111
112# CPU frequency control
113device		cpufreq
114
115# Bus drivers
116device		pci
117device		al_pci		# Annapurna Alpine PCI-E
118options 	PCI_HP			# PCI-Express native HotPlug
119options 	PCI_IOV		# PCI SR-IOV support
120
121# Ethernet NICs
122device		mdio
123device		mii
124device		miibus		# MII bus support
125device		awg		# Allwinner EMAC Gigabit Ethernet
126device		axgbe		# AMD Opteron A1100 integrated NIC
127device		em		# Intel PRO/1000 Gigabit Ethernet Family
128device		ix		# Intel 10Gb Ethernet Family
129device		msk		# Marvell/SysKonnect Yukon II Gigabit Ethernet
130device		neta		# Marvell Armada 370/38x/XP/3700 NIC
131device  	smc		# SMSC LAN91C111
132device		vnic		# Cavium ThunderX NIC
133device		al_eth		# Annapurna Alpine Ethernet NIC
134
135# Block devices
136device		ahci
137device		scbus
138device		da
139
140# ATA/SCSI peripherals
141device		pass		# Passthrough device (direct ATA/SCSI access)
142
143# MMC/SD/SDIO Card slot support
144device		sdhci
145device		aw_mmc			# Allwinner SD/MMC controller
146device		mmc			# mmc/sd bus
147device		mmcsd			# mmc/sd flash cards
148device		dwmmc
149
150# Serial (COM) ports
151device		uart		# Generic UART driver
152device		uart_mvebu	# Armada 3700 UART driver
153device		uart_ns8250	# ns8250-type UART driver
154device		uart_snps
155device		pl011
156
157# USB support
158options 	USB_DEBUG		# enable debug msgs
159device		aw_ehci			# Allwinner EHCI USB interface (USB 2.0)
160device		aw_usbphy		# Allwinner USB PHY
161device		dwcotg			# DWC OTG controller
162device		ohci			# OHCI USB interface
163device		ehci			# EHCI USB interface (USB 2.0)
164device		ehci_mv			# Marvell EHCI USB interface
165device		xhci			# XHCI PCI->USB interface (USB 3.0)
166device		xhci_mv			# Marvell XHCI USB interface
167device		usb			# USB Bus (required)
168device		ukbd			# Keyboard
169device		umass			# Disks/Mass storage - Requires scbus and da
170
171# USB ethernet support
172device		smcphy
173device		smsc
174
175# GPIO
176device		aw_gpio		# Allwinner GPIO controller
177device		gpio
178device		gpioled
179device		fdt_pinctrl
180
181# I2C
182device		aw_rsb		# Allwinner Reduced Serial Bus
183device		bcm2835_bsc	# Broadcom BCM283x I2C bus
184device		iicbus
185device		iic
186device		twsi		# Allwinner I2C controller
187
188# Clock and reset controllers
189device		aw_ccu		# Allwinner clock controller
190
191# Interrupt controllers
192device		aw_nmi		# Allwinner NMI support
193
194# Real-time clock support
195device		aw_rtc		# Allwinner Real-time Clock
196device		mv_rtc		# Marvell Real-time Clock
197
198# Watchdog controllers
199device		aw_wdog		# Allwinner Watchdog
200
201# Power management controllers
202device		axp81x		# X-Powers AXP81x PMIC
203
204# EFUSE
205device		aw_sid		# Allwinner Secure ID EFUSE
206
207# Thermal sensors
208device		aw_thermal	# Allwinner Thermal Sensor Controller
209
210# SPI
211device		spibus
212device		bcm2835_spi	# Broadcom BCM283x SPI bus
213
214# Console
215device		vt
216device		kbdmux
217
218# Pseudo devices.
219device		loop		# Network loopback
220device		random		# Entropy device
221device		ether		# Ethernet support
222device		vlan		# 802.1Q VLAN support
223device		tun		# Packet tunnel.
224device		md		# Memory "disks"
225device		gif		# IPv6 and IPv4 tunneling
226device		firmware	# firmware assist module
227device		psci		# Support for ARM PSCI
228
229# EXT_RESOURCES pseudo devices
230options 	EXT_RESOURCES
231device		clk
232device		phy
233device		hwreset
234device		regulator
235
236# The `bpf' device enables the Berkeley Packet Filter.
237# Be aware of the administrative consequences of enabling this!
238# Note that 'bpf' is required for DHCP.
239device		bpf		# Berkeley packet filter
240
241# Chip-specific errata
242options 	THUNDERX_PASS_1_1_ERRATA
243
244options 	FDT
245device		acpi
246
247# The crypto framework is required by IPSEC
248device		crypto			# Required by IPSEC
249