xref: /freebsd/sys/arm/conf/std.armv6 (revision acc1a9ef)
1# Standard kernel config items for all ARMv6/v7 systems.
2#
3# $FreeBSD$
4
5options 	ARM_L2_PIPT		# Only L2 PIPT is supported
6
7options 	PREEMPTION		# Enable kernel thread preemption
8options 	INET			# InterNETworking
9options 	INET6			# IPv6 communications protocols
10options 	IPSEC			# IP (v4/v6) security
11options 	SCTP			# Stream Control Transmission Protocol
12options 	FFS			# Berkeley Fast Filesystem
13options 	SOFTUPDATES		# Enable FFS soft updates support
14options 	UFS_ACL			# Support for access control lists
15options 	UFS_DIRHASH		# Improve performance on big directories
16options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
17options 	QUOTA			# Enable disk quotas for UFS
18options 	NFSCL			# Network Filesystem Client
19options 	NFSLOCKD		# Network Lock Manager
20options 	NFS_ROOT		# NFS usable as /, requires NFSCL
21options 	MSDOSFS			# MSDOS Filesystem
22options 	CD9660			# ISO 9660 Filesystem
23options 	PROCFS			# Process filesystem (requires PSEUDOFS)
24options 	PSEUDOFS		# Pseudo-filesystem framework
25options 	TMPFS			# Efficient memory filesystem
26options 	GEOM_PART_GPT		# GUID Partition Tables
27options 	GEOM_PART_BSD		# BSD partition scheme
28options 	GEOM_PART_MBR		# MBR partition scheme
29options 	GEOM_LABEL		# Provides labelization
30options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
31options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
32options 	KTRACE			# ktrace(1) support
33options 	SYSVSHM			# SYSV-style shared memory
34options 	SYSVMSG			# SYSV-style message queues
35options 	SYSVSEM			# SYSV-style semaphores
36options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
37options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
38options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
39options 	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)
40options 	VFP			# Enable floating point hardware support
41
42# DTrace support
43options 	KDTRACE_HOOKS		# Kernel DTrace hooks
44options 	DDB_CTF			# all architectures - kernel ELF linker loads CTF data
45makeoptions	WITH_CTF=1
46