From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH v2] fs: use menuconfig for misc. filesystems menu Date: Wed, 3 Dec 2008 21:18:51 -0800 Message-ID: <20081203211851.c2b75d7b.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: akpm , viro , phillip@lougher.demon.co.uk To: linux-fsdevel@vger.kernel.org Return-path: Received: from acsinet11.oracle.com ([141.146.126.233]:26751 "EHLO acsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751957AbYLDFT3 (ORCPT ); Thu, 4 Dec 2008 00:19:29 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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? Updated re Phillip's comments. Thanks. Only a help message change. Please replace the previous patch, Andrew. fs/Kconfig | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) --- linux-next-20081203.orig/fs/Kconfig +++ linux-next-20081203/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 or Linux embedded filesystems. + + 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"