diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 276ff3baaafe..8cd2417a14db 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1198,13 +1198,16 @@ config EFS_FS | |||
1198 | 1198 | ||
1199 | config JFFS_FS | 1199 | config JFFS_FS |
1200 | tristate "Journalling Flash File System (JFFS) support" | 1200 | tristate "Journalling Flash File System (JFFS) support" |
1201 | depends on MTD && BLOCK | 1201 | depends on MTD && BLOCK && BROKEN |
1202 | help | 1202 | help |
1203 | JFFS is the Journalling Flash File System developed by Axis | 1203 | JFFS is the Journalling Flash File System developed by Axis |
1204 | Communications in Sweden, aimed at providing a crash/powerdown-safe | 1204 | Communications in Sweden, aimed at providing a crash/powerdown-safe |
1205 | file system for disk-less embedded devices. Further information is | 1205 | file system for disk-less embedded devices. Further information is |
1206 | available at (<http://developer.axis.com/software/jffs/>). | 1206 | available at (<http://developer.axis.com/software/jffs/>). |
1207 | 1207 | ||
1208 | NOTE: This filesystem is deprecated and is scheduled for removal in | ||
1209 | 2.6.21. See Documentation/feature-removal-schedule.txt | ||
1210 | |||
1208 | config JFFS_FS_VERBOSE | 1211 | config JFFS_FS_VERBOSE |
1209 | int "JFFS debugging verbosity (0 = quiet, 3 = noisy)" | 1212 | int "JFFS debugging verbosity (0 = quiet, 3 = noisy)" |
1210 | depends on JFFS_FS | 1213 | depends on JFFS_FS |