[PATCH 05/10] Add support for VMUFAT filesystem

From: Adrian McMenamin

Date: Fri Apr 10 2026 - 10:42:35 EST


Contents of a new fs/vmufat/Kconfig file that describes reasons to, or not to, include VMUFAT in the build.

Create a new fs/vmufat/Makefile

---


--- /dev/null
+++ b/fs/vmufat/Kconfig
@@ -0,0 +1,14 @@
+config VMUFAT_FS
+ tristate "Dreamcast VMU FAT filesystem"
+ depends on BLOCK
+ help
+ This implements the simple FAT type filesystem found on SEGA
+ Dreamcast visual memory units.
+
+ Dreamcast users who want to mount their VMUs to view the native
+ filesystem will say 'Y' here. The filesystem is hardware independent
+ but is not recommended for use in other circumstances, so just about
+ everyone else should say 'N'.
+
+ To compile this as a module say 'M' here. The module will be called
+ vmufat.
diff --git a/fs/vmufat/Makefile b/fs/vmufat/Makefile
new file mode 100644
index 000000000000..da423b0c7eec