aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2026-05-16 18:32:25 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2026-05-16 18:33:37 +0000
commit5f60d8a8f2978f998da55d4e3cd0cb0e073bfc21 (patch)
treed1366c99f59eff6a962e3408a422c72965b7a02b
parent1dc1b95163b9e5cf5cbd52c2b979568724746eac (diff)
riscv: Add IOMMU to NOTES
Reported by: bz, ivy Fixes: bcecad2c24aa ("riscv: IOMMU support")
-rw-r--r--sys/riscv/conf/NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/riscv/conf/NOTES b/sys/riscv/conf/NOTES
index 102ee26811b3..6ae74bd51eb5 100644
--- a/sys/riscv/conf/NOTES
+++ b/sys/riscv/conf/NOTES
@@ -16,6 +16,7 @@ options KDTRACE_FRAME # Ensure frames are compiled in
options KDTRACE_HOOKS # Kernel DTrace hooks
options DDB_CTF # Kernel ELF linker loads CTF data
options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
+options IOMMU
# Enable detailed accounting by the PV entry allocator.
options PV_STATS