]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - fs/Kconfig
Merge tag 'riscv-for-linus-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
[thirdparty/kernel/linux.git] / fs / Kconfig
index 2557506051a31e01ad268684796d78ac612e7f49..3e6d3101f3ff0dba9d2995b8950e8629e67677a7 100644 (file)
@@ -8,6 +8,13 @@ menu "File systems"
 config DCACHE_WORD_ACCESS
        bool
 
+config VALIDATE_FS_PARSER
+       bool "Validate filesystem parameter description"
+       default y
+       help
+         Enable this to perform validation of the parameter description for a
+         filesystem when it is registered.
+
 if BLOCK
 
 config FS_IOMAP