xref: /freebsd/sys/powerpc/conf/DEFAULTS (revision e51b3d8e53cee7d6a36e34e1cd4d588593d71b40)
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         NEW_PCIB
18
19options 	NETLINK			# netlink(4) support
20