xref: /freebsd/sys/powerpc/conf/DEFAULTS (revision 097dcc115dc1c1a4e3b6ed7a6057160445177e5f)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc
3#
4# $FreeBSD$
5
6machine		powerpc
7
8# Pseudo devices.
9device		mem		# Memory and kernel memory devices
10
11# UART chips on this platform
12device		uart_ns8250
13device		uart_z8530
14
15options 	GEOM_PART_APM
16options 	GEOM_PART_MBR
17
18# KSE support went from being default to a kernel option
19options 	KSE
20