summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/DEFAULTS
blob: 4052ef3e500360602b0b0dda3dfda758da3b0740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# DEFAULTS -- Default kernel configuration file for FreeBSD/arm
#
# $FreeBSD$

machine 	arm

device		mem

options 	GEOM_PART_BSD
options 	GEOM_PART_MBR
 
# Store the plain version of the configuration file in the kernel itself.
# To store the entire file, including comments, put this in /etc/src.conf:
# CONFIGARGS=	-C
# See config(8) for more details.
#
options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
OpenPOWER on IntegriCloud