DEFAULTS revision 200594
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/arm
3#
4# $FreeBSD: head/sys/arm/conf/DEFAULTS 200594 2009-12-16 02:17:43Z dougb $
5
6machine 	arm
7
8device		mem
9
10options 	GEOM_PART_BSD
11options 	GEOM_PART_MBR
12 
13# Store the plain version of the configuration file in the kernel itself.
14# To store the entire file, including comments, put this in /etc/src.conf:
15# CONFIGARGS=	-C
16# See config(8) for more details.
17#
18options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
19