diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-19 13:25:36 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-19 13:25:36 -0800 |
commit | ebbe46f73a11a667df59cb8e58b371c0a35f29d0 (patch) | |
tree | d8063d028d95c77ad15b3ca53ddc0f2c7efbaf25 /fs/Kconfig | |
parent | 901ea4a07988043ff8c6f4f275ab680a23b8bbcd (diff) | |
parent | 419ee448ff76aef13526a99c2dc39ba3ae1f0970 (diff) |
Merge branch 'kill-jffs' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6
* 'kill-jffs' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6:
Remove JFFS (version 1), as scheduled.
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 a722b5a3f75..3c4886b849f 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1189,32 +1189,6 @@ config EFS_FS To compile the EFS file system support as a module, choose M here: the module will be called efs. -config JFFS_FS - tristate "Journalling Flash File System (JFFS) support" - depends on MTD && BLOCK && BROKEN - help - JFFS is the Journalling Flash File System developed by Axis - Communications in Sweden, aimed at providing a crash/powerdown-safe - file system for disk-less embedded devices. Further information is - available at (<http://developer.axis.com/software/jffs/>). - - NOTE: This filesystem is deprecated and is scheduled for removal in - 2.6.21. See Documentation/feature-removal-schedule.txt - -config JFFS_FS_VERBOSE - int "JFFS debugging verbosity (0 = quiet, 3 = noisy)" - depends on JFFS_FS - default "0" - help - Determines the verbosity level of the JFFS debugging messages. - -config JFFS_PROC_FS - bool "JFFS stats available in /proc filesystem" - depends on JFFS_FS && PROC_FS - help - Enabling this option will cause statistics from mounted JFFS file systems - to be made available to the user in the /proc/fs/jffs/ directory. - config JFFS2_FS tristate "Journalling Flash File System v2 (JFFS2) support" select CRC32 |