xref: /freebsd/sys/arm/conf/std.armv7 (revision 8a8daeaf)
1094fc1edSWarner Losh# Standard kernel config items for all ARMv7 systems.
2094fc1edSWarner Losh#
3094fc1edSWarner Losh
4094fc1edSWarner Loshoptions 	HZ=1000
5094fc1edSWarner Loshoptions 	PREEMPTION		# Enable kernel thread preemption
68e94025bSBjoern A. Zeeboptions 	VIMAGE			# Subsystem virtualization, e.g. VNET
7094fc1edSWarner Loshoptions 	INET			# InterNETworking
8094fc1edSWarner Loshoptions 	INET6			# IPv6 communications protocols
9bb1d472dSRichard Scheffeneggeroptions 	CC_CUBIC		# include CUBIC congestion control
10094fc1edSWarner Loshoptions 	TCP_HHOOK		# hhook(9) framework for TCP
118cd385fdSJohn Baldwindevice		crypto			# core crypto support
12542970faSAndrew Gallatinoptions 	IPSEC_SUPPORT		# Allow kldload of ipsec and tcpmd5
13e80699a8SAlexander V. Chernikovoptions 	NETLINK			# netlink(4) support
14e64080e7SMark Johnstonoptions 	SCTP_SUPPORT		# Allow kldload of SCTP
15094fc1edSWarner Loshoptions 	FFS			# Berkeley Fast Filesystem
16094fc1edSWarner Loshoptions 	SOFTUPDATES		# Enable FFS soft updates support
17094fc1edSWarner Loshoptions 	UFS_ACL			# Support for access control lists
18094fc1edSWarner Loshoptions 	UFS_DIRHASH		# Improve performance on big directories
19094fc1edSWarner Loshoptions 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
20094fc1edSWarner Loshoptions 	QUOTA			# Enable disk quotas for UFS
21094fc1edSWarner Loshoptions 	NFSCL			# Network Filesystem Client
22094fc1edSWarner Loshoptions 	NFSLOCKD		# Network Lock Manager
23094fc1edSWarner Loshoptions 	NFS_ROOT		# NFS usable as /, requires NFSCL
24094fc1edSWarner Loshoptions 	MSDOSFS			# MSDOS Filesystem
25094fc1edSWarner Loshoptions 	CD9660			# ISO 9660 Filesystem
26094fc1edSWarner Loshoptions 	PROCFS			# Process filesystem (requires PSEUDOFS)
27094fc1edSWarner Loshoptions 	PSEUDOFS		# Pseudo-filesystem framework
28094fc1edSWarner Loshoptions 	TMPFS			# Efficient memory filesystem
29094fc1edSWarner Loshoptions 	GEOM_PART_GPT		# GUID Partition Tables
30094fc1edSWarner Loshoptions 	GEOM_PART_BSD		# BSD partition scheme
31094fc1edSWarner Loshoptions 	GEOM_PART_MBR		# MBR partition scheme
32094fc1edSWarner Loshoptions 	GEOM_LABEL		# Provides labelization
33094fc1edSWarner Loshoptions 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
34094fc1edSWarner Loshoptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
35094fc1edSWarner Loshoptions 	KTRACE			# ktrace(1) support
36c3916f91SIan Leporeoptions 	STACK			# stack(9) support
37094fc1edSWarner Loshoptions 	SYSVSHM			# SYSV-style shared memory
38094fc1edSWarner Loshoptions 	SYSVMSG			# SYSV-style message queues
39094fc1edSWarner Loshoptions 	SYSVSEM			# SYSV-style semaphores
40094fc1edSWarner Loshoptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
41094fc1edSWarner Loshoptions 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
42094fc1edSWarner Loshoptions 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
43094fc1edSWarner Loshoptions 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
44f2990e6cSEd Masteoptions 	CAPABILITY_MODE		# Capsicum capability mode
45f2990e6cSEd Masteoptions 	CAPABILITIES		# Capsicum capabilites
46094fc1edSWarner Loshoptions 	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)
47094fc1edSWarner Loshoptions 	VFP			# Enable floating point hardware support
48b89ff96cSIan Leporeoptions 	MAC			# Support for Mandatory Access Control (MAC)
49094fc1edSWarner Losh
50094fc1edSWarner Loshoptions 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
51094fc1edSWarner Loshoptions 	COMPAT_FREEBSD11	# Compatible with FreeBSD11
52d6745408SConrad Meyeroptions 	COMPAT_FREEBSD12	# Compatible with FreeBSD12
534e85b648SKristof Provostoptions 	COMPAT_FREEBSD13	# Compatible with FreeBSD13
5484d12f88SKristof Provostoptions 	COMPAT_FREEBSD14	# Compatible with FreeBSD14
55094fc1edSWarner Losh
56094fc1edSWarner Losh# DTrace support
57094fc1edSWarner Loshoptions 	KDTRACE_HOOKS		# Kernel DTrace hooks
58094fc1edSWarner Loshoptions 	DDB_CTF			# all architectures - kernel ELF linker loads CTF data
59094fc1edSWarner Loshmakeoptions	WITH_CTF=1
60094fc1edSWarner Losh
61094fc1edSWarner Losh# Debugging support.  Always need this:
62094fc1edSWarner Loshmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
63094fc1edSWarner Loshoptions 	KDB			# Enable kernel debugger support.
64094fc1edSWarner Loshoptions 	KDB_TRACE		# Print a stack trace for a panic.
65094fc1edSWarner Losh
66094fc1edSWarner Loshoptions		USB_DEBUG		# Enable usb debug support code
674f8f9d70SLexi Winter
684f8f9d70SLexi Winter# For full debugger support use (turn off in stable branch):
698a8daeafSLexi Winterinclude "std.debug"
70094fc1edSWarner Losh
71094fc1edSWarner Losh# Optional extras, never enabled by default:
72094fc1edSWarner Losh#options 	BOOTVERBOSE
73094fc1edSWarner Losh#options 	DEBUG			# May result in extreme spewage
74094fc1edSWarner Losh#options 	KTR
75094fc1edSWarner Losh#options 	KTR_COMPILE=KTR_ALL
76094fc1edSWarner Losh#options 	KTR_ENTRIES=16384
77094fc1edSWarner Losh#options 	KTR_MASK=(KTR_SPARE2)
78094fc1edSWarner Losh#options 	KTR_VERBOSE=0
79094fc1edSWarner Losh#options 	USB_REQ_DEBUG
80094fc1edSWarner Losh#options 	USB_VERBOSE
81e81e77c5SKonstantin Belousov
82e81e77c5SKonstantin Belousov# Enable support for the kernel PLL to use an external PPS signal,
83e81e77c5SKonstantin Belousov# under supervision of [x]ntpd(8)
84e81e77c5SKonstantin Belousov# More info in ntpd documentation: http://www.eecis.udel.edu/~ntp
85e81e77c5SKonstantin Belousov
86e81e77c5SKonstantin Belousovoptions 	PPS_SYNC
87