xref: /freebsd/sys/riscv/conf/DEFAULTS (revision a96ef4501919d7ac08e94e98dc34b0bdd744802b)
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
14
15options 	NEW_PCIB
16