xref: /freebsd/sys/powerpc/conf/DEFAULTS (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc
3#
4
5# Pseudo devices.
6device		mem		# Memory and kernel memory devices
7
8# UART chips on this platform
9device		uart_ns8250
10
11options 	GEOM_PART_BSD
12options 	GEOM_PART_MBR
13
14# Default congestion control algorithm
15options 	CC_CUBIC		# include CUBIC congestion control
16
17options 	NETLINK			# netlink(4) support
18