std.armv6 revision 285429
1282499Sian# Standard kernel config items for all ARMv6/v7 systems.
2282499Sian#
3282499Sian# $FreeBSD: head/sys/arm/conf/std.armv6 285429 2015-07-12 19:58:12Z ian $
4282499Sian
5282502Sandrewoptions 	PREEMPTION		# Enable kernel thread preemption
6282502Sandrewoptions 	INET			# InterNETworking
7282502Sandrewoptions 	INET6			# IPv6 communications protocols
8285161Sianoptions 	IPSEC			# IP (v4/v6) security
9282502Sandrewoptions 	SCTP			# Stream Control Transmission Protocol
10282502Sandrewoptions 	FFS			# Berkeley Fast Filesystem
11282502Sandrewoptions 	SOFTUPDATES		# Enable FFS soft updates support
12282502Sandrewoptions 	UFS_ACL			# Support for access control lists
13282502Sandrewoptions 	UFS_DIRHASH		# Improve performance on big directories
14282502Sandrewoptions 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
15282502Sandrewoptions 	QUOTA			# Enable disk quotas for UFS
16282502Sandrewoptions 	NFSCL			# Network Filesystem Client
17282502Sandrewoptions 	NFSLOCKD		# Network Lock Manager
18282502Sandrewoptions 	NFS_ROOT		# NFS usable as /, requires NFSCL
19282502Sandrewoptions 	MSDOSFS			# MSDOS Filesystem
20282502Sandrewoptions 	CD9660			# ISO 9660 Filesystem
21282502Sandrewoptions 	PROCFS			# Process filesystem (requires PSEUDOFS)
22282502Sandrewoptions 	PSEUDOFS		# Pseudo-filesystem framework
23282502Sandrewoptions 	TMPFS			# Efficient memory filesystem
24282502Sandrewoptions 	GEOM_PART_GPT		# GUID Partition Tables
25282502Sandrewoptions 	GEOM_PART_BSD		# BSD partition scheme
26282502Sandrewoptions 	GEOM_PART_MBR		# MBR partition scheme
27282502Sandrewoptions 	GEOM_LABEL		# Provides labelization
28282502Sandrewoptions 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
29282502Sandrewoptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
30282502Sandrewoptions 	KTRACE			# ktrace(1) support
31282502Sandrewoptions 	SYSVSHM			# SYSV-style shared memory
32282502Sandrewoptions 	SYSVMSG			# SYSV-style message queues
33282502Sandrewoptions 	SYSVSEM			# SYSV-style semaphores
34282502Sandrewoptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
35285429Sianoptions 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
36282502Sandrewoptions 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
37282502Sandrewoptions 	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)
38282502Sandrewoptions 	VFP			# Enable floating point hardware support
39282502Sandrew
40282499Sianoptions 	ARM_NEW_PMAP		# Use new pmap code.
41