xref: /freebsd/sys/powerpc/conf/DEFAULTS (revision ed1f6dc2357a638c9cb09daaf750f727ebef03a8)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc
3#
4# $FreeBSD$
5
6# Pseudo devices.
7device		mem		# Memory and kernel memory devices
8
9# UART chips on this platform
10device		uart_ns8250
11device		uart_z8530
12
13options 	GEOM_PART_APM
14options 	GEOM_PART_MBR
15
16# Allow mounting non-MPSAFE filesystems
17options		VFS_ALLOW_NONMPSAFE
18