diff options
author | Joern Engel <joern@logfs.org> | 2009-11-20 14:13:39 -0500 |
---|---|---|
committer | Joern Engel <joern@logfs.org> | 2009-11-20 14:13:39 -0500 |
commit | 5db53f3e80dee2d9dff5e534f9e9fe1db17c9936 (patch) | |
tree | 066f2873eeb7eb86466f6389e45892d957db3de2 /fs/Kconfig | |
parent | 66b00a7c93ec782d118d2c03bd599cfd041e80a1 (diff) |
[LogFS] add new flash file system
This is a new flash file system. See
Documentation/filesystems/logfs.txt
Signed-off-by: Joern Engel <joern@logfs.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 64d44efad7a5..7405f071be67 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -177,6 +177,7 @@ source "fs/efs/Kconfig" | |||
177 | source "fs/jffs2/Kconfig" | 177 | source "fs/jffs2/Kconfig" |
178 | # UBIFS File system configuration | 178 | # UBIFS File system configuration |
179 | source "fs/ubifs/Kconfig" | 179 | source "fs/ubifs/Kconfig" |
180 | source "fs/logfs/Kconfig" | ||
180 | source "fs/cramfs/Kconfig" | 181 | source "fs/cramfs/Kconfig" |
181 | source "fs/squashfs/Kconfig" | 182 | source "fs/squashfs/Kconfig" |
182 | source "fs/freevxfs/Kconfig" | 183 | source "fs/freevxfs/Kconfig" |