aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2018-07-05 17:07:23 +0000
committerSean Bruno <sbruno@FreeBSD.org>2018-07-05 17:07:23 +0000
commit96744f0225d1042ad504b4da37ec48922e540018 (patch)
treed728070abf695a3fa6b4f20ba62de4555058739d /sys/mips/conf
parent1534cd19b5c76e2bbbf1e32e5ab0110eeb62ddd2 (diff)
downloadsrc-96744f0225d1042ad504b4da37ec48922e540018.tar.gz
src-96744f0225d1042ad504b4da37ec48922e540018.zip
Make ZSTD a real option via ZSTDIO.
It looks like the intent was to allow ZSTD support to be compiled into the kernel with options ZSTDIO. But it doesn't look like that was ever implemented or I'm missing how to do it. I did a cursory audit of kernel config files and made a decision to enable ZSTDIO in riscv GENERIC and mips MALTA configurations. All other kernel configurations already had this option in their kernel configs but they didn't do anything useful as the feature was declared as "standard" prior to this. Reviewed by: cem allanjude Differential Revision: https://reviews.freebsd.org/D16007
Notes
Notes: svn path=/head/; revision=336004
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/std.MALTA3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/conf/std.MALTA b/sys/mips/conf/std.MALTA
index 4396ffd6bde5..4c1965650fba 100644
--- a/sys/mips/conf/std.MALTA
+++ b/sys/mips/conf/std.MALTA
@@ -45,6 +45,9 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required
#options WITNESS #Enable checks to detect deadlocks and cycles
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
+# Kernel dump features.
+options ZSTDIO # zstd-compressed kernel and user dumps
+
device loop
device ether
device le