diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 17 |
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 | ||
722 | endmenu | 722 | endmenu |
723 | 723 | ||
724 | menu "Miscellaneous filesystems" | 724 | menuconfig 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 | |||
737 | if MISC_FILESYSTEMS | ||
725 | 738 | ||
726 | config ADFS_FS | 739 | config 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 | ||
1094 | endmenu | 1107 | endif # MISC_FILESYSTEMS |
1095 | 1108 | ||
1096 | menuconfig NETWORK_FILESYSTEMS | 1109 | menuconfig NETWORK_FILESYSTEMS |
1097 | bool "Network File Systems" | 1110 | bool "Network File Systems" |