diff options
Diffstat (limited to 'fs/fscache/Kconfig')
-rw-r--r-- | fs/fscache/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/fs/fscache/Kconfig b/fs/fscache/Kconfig new file mode 100644 index 000000000000..7c7bccd5eee4 --- /dev/null +++ b/fs/fscache/Kconfig | |||
@@ -0,0 +1,22 @@ | |||
1 | |||
2 | config FSCACHE | ||
3 | tristate "General filesystem local caching manager" | ||
4 | depends on EXPERIMENTAL | ||
5 | select SLOW_WORK | ||
6 | help | ||
7 | This option enables a generic filesystem caching manager that can be | ||
8 | used by various network and other filesystems to cache data locally. | ||
9 | Different sorts of caches can be plugged in, depending on the | ||
10 | resources available. | ||
11 | |||
12 | See Documentation/filesystems/caching/fscache.txt for more information. | ||
13 | |||
14 | config FSCACHE_DEBUG | ||
15 | bool "Debug FS-Cache" | ||
16 | depends on FSCACHE | ||
17 | help | ||
18 | This permits debugging to be dynamically enabled in the local caching | ||
19 | management module. If this is set, the debugging output may be | ||
20 | enabled by setting bits in /sys/modules/fscache/parameter/debug. | ||
21 | |||
22 | See Documentation/filesystems/caching/fscache.txt for more information. | ||