aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/conf/DEFAULTS
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/conf/DEFAULTS')
-rw-r--r--sys/arm64/conf/DEFAULTS6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arm64/conf/DEFAULTS b/sys/arm64/conf/DEFAULTS
index e2b034e94967..5d267af4b7d7 100644
--- a/sys/arm64/conf/DEFAULTS
+++ b/sys/arm64/conf/DEFAULTS
@@ -1,7 +1,6 @@
#
# DEFAULTS -- Default kernel configuration file for FreeBSD/arm64
#
-# $FreeBSD$
machine arm64 aarch64
@@ -14,6 +13,9 @@ options GEOM_PART_MBR
options GEOM_PART_GPT
# Default congestion control algorithm
-options CC_NEWRENO # include newreno congestion control
+options CC_CUBIC # include CUBIC congestion control
options NEW_PCIB
+options INTRNG
+
+options NETLINK # netlink(4) support