xref: /freebsd/sys/riscv/conf/DEFAULTS (revision 3f5d875a27318a909f23a2b7463c4b2d963085df)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/RISC-V
3#
4# $FreeBSD$
5
6machine		riscv	riscv64
7
8# Pseudo devices.
9device		mem		# Memory and kernel memory devices
10
11# Default partitioning schemes
12options 	GEOM_PART_BSD
13options 	GEOM_PART_MBR
14options 	GEOM_PART_GPT
15
16# Default congestion control algorithm
17options 	CC_CUBIC		# include CUBIC congestion control
18
19options 	NEW_PCIB
20options 	INTRNG
21