fs/Config.in :Simple patch to require CONFIG_PROC_FS before CONFIG_JFFS_PROC_FS is available.

From: Scott A McConnell (samcconn@cotw.com)
Date: Fri Mar 01 2002 - 15:52:26 EST


--- fs/Config.in.old Fri Mar 1 11:33:18 2002
+++ fs/Config.in Fri Mar 1 11:33:25 2002
@@ -37,7 +37,7 @@
 dep_tristate 'Journalling Flash File System (JFFS) support'
CONFIG_JFFS_FS $CONFIG_MTD
 if [ "$CONFIG_JFFS_FS" = "y" -o "$CONFIG_JFFS_FS" = "m" ] ; then
    int 'JFFS debugging verbosity (0 = quiet, 3 = noisy)'
CONFIG_JFFS_FS_VERBOSE 0
- bool 'JFFS stats available in /proc filesystem' CONFIG_JFFS_PROC_FS
+ dep_mbool 'JFFS stats available in /proc filesystem'
CONFIG_JFFS_PROC_FS $CONFIG_PROC_FS
 fi
 dep_tristate 'Journalling Flash File System v2 (JFFS2) support'
CONFIG_JFFS2_FS $CONFIG_MTD
 if [ "$CONFIG_JFFS2_FS" = "y" -o "$CONFIG_JFFS2_FS" = "m" ] ; then

-- 
Scott A. McConnell

--- fs/Config.in.old Fri Mar 1 11:33:18 2002 +++ fs/Config.in Fri Mar 1 11:33:25 2002 @@ -37,7 +37,7 @@ dep_tristate 'Journalling Flash File System (JFFS) support' CONFIG_JFFS_FS $CONFIG_MTD if [ "$CONFIG_JFFS_FS" = "y" -o "$CONFIG_JFFS_FS" = "m" ] ; then int 'JFFS debugging verbosity (0 = quiet, 3 = noisy)' CONFIG_JFFS_FS_VERBOSE 0 - bool 'JFFS stats available in /proc filesystem' CONFIG_JFFS_PROC_FS + dep_mbool 'JFFS stats available in /proc filesystem' CONFIG_JFFS_PROC_FS $CONFIG_PROC_FS fi dep_tristate 'Journalling Flash File System v2 (JFFS2) support' CONFIG_JFFS2_FS $CONFIG_MTD if [ "$CONFIG_JFFS2_FS" = "y" -o "$CONFIG_JFFS2_FS" = "m" ] ; then

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Mar 07 2002 - 21:00:19 EST