forked from Andiry/Sample-FS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKconfig.diff
28 lines (26 loc) · 1022 Bytes
/
Kconfig.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- fs/Kconfig.org 2006-07-17 17:22:01.000000000 -0500
+++ fs/Kconfig 2006-07-18 09:04:19.000000000 -0500
@@ -530,6 +530,25 @@
If you want to develop a userspace FS, or if you want to use
a filesystem based on FUSE, answer Y or M.
+config SAMPLEFS_FS
+ tristate "Sample filesystem (EXPERIMENTAL)"
+ help
+ Samplefs is a sample filesystem for learning how to build
+ a simple Linux filesystem
+
+ If unsure, say N.
+
+config SAMPLEFS_DEBUG
+ bool "Additional debugging statements for samplefs"
+ depends on SAMPLEFS_FS
+ help
+ Enabling this option adds a few more debugging routines
+ to the samplefs code which slightly increases the size of
+ the samplefs module and can cause additional logging of debug
+ messages in some error paths, slowing performance. This
+ option can be turned off unless you are debugging
+ samplefs problems. If unsure, say N.
+
menu "CD-ROM/DVD Filesystems"
config ISO9660_FS