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