xref: /freebsd/sys/powerpc/conf/DEFAULTS (revision 3ee1a36e2ef343e0af2cf0389c268695aba14eac)
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