From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH] fs: use menuconfig to control the Misc. filesystems menu Date: Tue, 25 Nov 2008 13:51:43 -0800 Message-ID: <492C736F.8000308@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: akpm , Al Viro To: linux-fsdevel@vger.kernel.org Return-path: Received: from acsinet14.oracle.com ([141.146.126.236]:35189 "EHLO acsinet14.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752797AbYKYVy3 (ORCPT ); Tue, 25 Nov 2008 16:54:29 -0500 Received: from acsinet11.oracle.com (acsinet11.oracle.com [141.146.126.233]) by acsinet14.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mAPLuGcQ024934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 25 Nov 2008 21:56:17 GMT Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Subject: [PATCH] fs: use menuconfig to control the Misc. filesystems menu To: linux-fsdevel@vger.kernel.org Cc: akpm ,Al Viro Bcc: =-=-=-=-=-=-=-=-=# Don't remove this line #=-=-=-=-=-=-=-=-=- From: Randy Dunlap Have one option to control Miscellaneous filesystems. This makes it easy to disable all of them at one time. Signed-off-by: Randy Dunlap --- Was this already attempted? If so, was there any problem with it? fs/Kconfig | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) --- linux-next-20081125.orig/fs/Kconfig +++ linux-next-20081125/fs/Kconfig @@ -758,7 +758,20 @@ config CONFIGFS_FS endmenu -menu "Miscellaneous filesystems" +menuconfig MISC_FILESYSTEMS + bool "Miscellaneous filesystems" + default y + ---help--- + Say Y here to get to see options for various miscellaneous + filesystems, such as filesystems that came from other + operating systems. + + This option alone does not add any kernel code. + + If you say N, all options in this submenu will be skipped and + disabled; if unsure, say Y here. + +if MISC_FILESYSTEMS config ADFS_FS tristate "ADFS file system support (EXPERIMENTAL)" @@ -1128,7 +1141,7 @@ config UFS_DEBUG Y here. This will result in _many_ additional debugging messages to be written to the system log. -endmenu +endif # MISC_FILESYSTEMS menuconfig NETWORK_FILESYSTEMS bool "Network File Systems"