* [PATCH 05/10] Add support for VMUFAT filesystem
@ 2026-04-10 14:32 Adrian McMenamin
0 siblings, 0 replies; only message in thread
From: Adrian McMenamin @ 2026-04-10 14:32 UTC (permalink / raw)
To: linux-fsdevel; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-10 14:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10 14:32 [PATCH 05/10] Add support for VMUFAT filesystem Adrian McMenamin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox