xref: /freebsd/sys/powerpc/conf/DEFAULTS (revision a0dd79dbdf917a8fbe2762d668f05a7c9f682b22)
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
16options         NEW_PCIB
17
18# Allow mounting non-MPSAFE filesystems
19options		VFS_ALLOW_NONMPSAFE
20