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