public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL][PATCH 2.5] Fix JFFS when procfs is not enabled
@ 2002-07-25 14:16 Erlend Aasland
  2002-07-25 14:46 ` David Woodhouse
  0 siblings, 1 reply; 2+ messages in thread
From: Erlend Aasland @ 2002-07-25 14:16 UTC (permalink / raw)
  To: Patchmonkey; +Cc: LKML, jffs-dev

Hi,

Here's a trivial one. Only ask for procfs support when procfs is
enabled.

It's against a clean 2.5.28 tree.


Regards,
	Erlend Aasland

--- linux-2.5.28/fs/Config.in	2002-07-18 12:34:26.000000000 +0200
+++ linux-2.5.28-dirty/fs/Config.in	2002-07-23 03:56:10.000000000 +0200
@@ -44,8 +44,8 @@
 dep_tristate 'EFS file system support (read only) (EXPERIMENTAL)' CONFIG_EFS_FS $CONFIG_EXPERIMENTAL
 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
+   int '  JFFS debugging verbosity (0 = quiet, 3 = noisy)' CONFIG_JFFS_FS_VERBOSE 0
+   dep_bool '  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

end of thread, other threads:[~2002-07-25 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-25 14:16 [TRIVIAL][PATCH 2.5] Fix JFFS when procfs is not enabled Erlend Aasland
2002-07-25 14:46 ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox