freebsd-src/sys/arm64/conf/DEFAULTS
Jessica Clarke 8415a654d0 Retire non-NEW_PCIB code and remove config option
All architectures enable NEW_PCIB in DEFAULTS (arm being the most recent
to do so in 121be55599 (arm: Set NEW_PCIB in DEFAULTS rather than a
subset of kernel configs")), so it's time we removed the legacy code
that no longer sees much testing and has a significant maintenance
burden.

Reviewed by:	jhb, andrew, emaste
Differential Revision:	https://reviews.freebsd.org/D32954
2024-07-18 18:55:12 +01:00

21 lines
414 B
Plaintext

#
# DEFAULTS -- Default kernel configuration file for FreeBSD/arm64
#
machine arm64 aarch64
# Pseudo devices.
device mem # Memory and kernel memory devices
# Default partitioning schemes
options GEOM_PART_BSD
options GEOM_PART_MBR
options GEOM_PART_GPT
# Default congestion control algorithm
options CC_CUBIC # include CUBIC congestion control
options INTRNG
options NETLINK # netlink(4) support