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