xref: /freebsd/sys/arm64/conf/DEFAULTS (revision ce110ea12fcea71ae437d0a1d0549d3d32055b0e)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/arm64
3#
4# $FreeBSD$
5
6machine		arm64 aarch64
7
8# Pseudo devices.
9device		mem		# Memory and kernel memory devices
10
11# Default partitioning schemes
12options 	GEOM_PART_BSD
13options 	GEOM_PART_MBR
14options 	GEOM_PART_GPT
15
16options 	NEW_PCIB
17