diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-02-17 16:10:59 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-17 16:10:59 -0500 |
commit | 419ee448ff76aef13526a99c2dc39ba3ae1f0970 (patch) | |
tree | b475ef43632700d5d7eab3e9e9f1a80159aad73d /fs/Kconfig | |
parent | 8a03d9a498eaf02c8a118752050a5154852c13bf (diff) |
Remove JFFS (version 1), as scheduled.
Unmaintained for years, few if any users.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index a722b5a3f752..3c4886b849f5 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1189,32 +1189,6 @@ config EFS_FS | |||
1189 | To compile the EFS file system support as a module, choose M here: the | 1189 | To compile the EFS file system support as a module, choose M here: the |
1190 | module will be called efs. | 1190 | module will be called efs. |
1191 | 1191 | ||
1192 | config JFFS_FS | ||
1193 | tristate "Journalling Flash File System (JFFS) support" | ||
1194 | depends on MTD && BLOCK && BROKEN | ||
1195 | help | ||
1196 | JFFS is the Journalling Flash File System developed by Axis | ||
1197 | Communications in Sweden, aimed at providing a crash/powerdown-safe | ||
1198 | file system for disk-less embedded devices. Further information is | ||
1199 | available at (<http://developer.axis.com/software/jffs/>). | ||
1200 | |||
1201 | NOTE: This filesystem is deprecated and is scheduled for removal in | ||
1202 | 2.6.21. See Documentation/feature-removal-schedule.txt | ||
1203 | |||
1204 | config JFFS_FS_VERBOSE | ||
1205 | int "JFFS debugging verbosity (0 = quiet, 3 = noisy)" | ||
1206 | depends on JFFS_FS | ||
1207 | default "0" | ||
1208 | help | ||
1209 | Determines the verbosity level of the JFFS debugging messages. | ||
1210 | |||
1211 | config JFFS_PROC_FS | ||
1212 | bool "JFFS stats available in /proc filesystem" | ||
1213 | depends on JFFS_FS && PROC_FS | ||
1214 | help | ||
1215 | Enabling this option will cause statistics from mounted JFFS file systems | ||
1216 | to be made available to the user in the /proc/fs/jffs/ directory. | ||
1217 | |||
1218 | config JFFS2_FS | 1192 | config JFFS2_FS |
1219 | tristate "Journalling Flash File System v2 (JFFS2) support" | 1193 | tristate "Journalling Flash File System v2 (JFFS2) support" |
1220 | select CRC32 | 1194 | select CRC32 |