aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2009-01-06 17:40:57 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-06 18:59:12 -0500
commit67ec7d3ab779ad9001ef57a6b4cfdf80ac9f9acc (patch)
treeee2d6963324c64bb2122f6d5d584063b77a0b4d4 /fs/Kconfig
parent5aea50b5c76b07f2b6bda3426dba998156eaf6d0 (diff)
fs: use menuconfig to control the Misc. filesystems menu
Have one option to control Miscellaneous filesystems. This makes it easy to disable all of them at one time. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.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/Kconfig17
1 files changed, 15 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index f9b6e2979aaa..32883589ee54 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -721,7 +721,20 @@ config CONFIGFS_FS
721 721
722endmenu 722endmenu
723 723
724menu "Miscellaneous filesystems" 724menuconfig MISC_FILESYSTEMS
725 bool "Miscellaneous filesystems"
726 default y
727 ---help---
728 Say Y here to get to see options for various miscellaneous
729 filesystems, such as filesystems that came from other
730 operating systems.
731
732 This option alone does not add any kernel code.
733
734 If you say N, all options in this submenu will be skipped and
735 disabled; if unsure, say Y here.
736
737if MISC_FILESYSTEMS
725 738
726config ADFS_FS 739config ADFS_FS
727 tristate "ADFS file system support (EXPERIMENTAL)" 740 tristate "ADFS file system support (EXPERIMENTAL)"
@@ -1091,7 +1104,7 @@ config UFS_DEBUG
1091 Y here. This will result in _many_ additional debugging messages to be 1104 Y here. This will result in _many_ additional debugging messages to be
1092 written to the system log. 1105 written to the system log.
1093 1106
1094endmenu 1107endif # MISC_FILESYSTEMS
1095 1108
1096menuconfig NETWORK_FILESYSTEMS 1109menuconfig NETWORK_FILESYSTEMS
1097 bool "Network File Systems" 1110 bool "Network File Systems"