PC-BSD/trueos 8d923desys/conf files files.mips, sys/mips/conf std.MALTA

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
DeltaFile
+16-16sys/conf/files
+3-0sys/mips/conf/std.MALTA
+3-0sys/riscv/conf/GENERIC
+1-1sys/conf/files.mips
+1-1sys/conf/files.riscv
+24-185 files

UnifiedSplitRaw