diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-10 04:46:28 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 14:18:06 -0500 |
commit | 730c385bc58802b51812bfcd13ae3578d16c1dfd (patch) | |
tree | fce46b7ca739819c1e1c9a336ccb03f41012abcb /fs/Kconfig | |
parent | b9b2a700378016cead20f34232be87eea45087d2 (diff) |
[PATCH] Remove unused kernel config option ZISOFS_FS
Remove the kernel config option ZISOFS_FS, since it appears that the actual
option is simply ZISOFS.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 5e8e9d9ccb33..11c59329ed06 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -674,12 +674,6 @@ config ZISOFS | |||
674 | necessary to create such a filesystem. Say Y here if you want to be | 674 | necessary to create such a filesystem. Say Y here if you want to be |
675 | able to read such compressed CD-ROMs. | 675 | able to read such compressed CD-ROMs. |
676 | 676 | ||
677 | config ZISOFS_FS | ||
678 | # for fs/nls/Config.in | ||
679 | tristate | ||
680 | depends on ZISOFS | ||
681 | default ISO9660_FS | ||
682 | |||
683 | config UDF_FS | 677 | config UDF_FS |
684 | tristate "UDF file system support" | 678 | tristate "UDF file system support" |
685 | help | 679 | help |