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