* fs/Config.in :Simple patch to require CONFIG_PROC_FS before CONFIG_JFFS_PROC_FS is available.
@ 2002-03-01 20:52 Scott A McConnell
2002-03-02 15:45 ` David Woodhouse
0 siblings, 1 reply; 2+ messages in thread
From: Scott A McConnell @ 2002-03-01 20:52 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 698 bytes --]
--- 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
[-- Attachment #2: Config.in.patch --]
[-- Type: text/plain, Size: 673 bytes --]
--- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: fs/Config.in :Simple patch to require CONFIG_PROC_FS before CONFIG_JFFS_PROC_FS is available.
2002-03-01 20:52 fs/Config.in :Simple patch to require CONFIG_PROC_FS before CONFIG_JFFS_PROC_FS is available Scott A McConnell
@ 2002-03-02 15:45 ` David Woodhouse
0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2002-03-02 15:45 UTC (permalink / raw)
To: Scott A McConnell; +Cc: linux-kernel
That was left out for a reason. CONFIG_REISERFS_PROC_INFO leaves it out for
the same reason. You didn't bother to test this, did you?
--
dwmw2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-03-02 15:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-01 20:52 fs/Config.in :Simple patch to require CONFIG_PROC_FS before CONFIG_JFFS_PROC_FS is available Scott A McConnell
2002-03-02 15:45 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox