xref: /freebsd/sys/arm/conf/DEFAULTS (revision 0f454b93f8502e85e8d2b26a383e40b5dc50cd27)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/arm
3#
4# $FreeBSD$
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