git: a779fd0658d4 - main - riscv: add more dump features to GENERIC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Dec 2023 19:30:49 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=a779fd0658d4a4f032a2ec81354f3367ffb8b86a
commit a779fd0658d4a4f032a2ec81354f3367ffb8b86a
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-12-05 19:29:31 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-12-05 19:30:18 +0000
riscv: add more dump features to GENERIC
Match what is provided by default on other architectures.
Reviewed by: jrtc27
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D42911
---
sys/riscv/conf/GENERIC | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index 6fcb3f1a78b7..fe067f62c585 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -185,7 +185,11 @@ options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
# Kernel dump features.
+options EKCD # Support for encrypted kernel dumps
+options GZIO # gzip-compressed kernel and user dumps
options ZSTDIO # zstd-compressed kernel and user dumps
+options DEBUGNET # debugnet networking
+options NETDUMP # netdump(4) client support
# Pseudo devices.
device crypto # core crypto support