public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][2.6.8-rc2] Fix JFFS2_COMPRESSION_OPTIONS in Kconfig
@ 2004-07-19 15:41 Kronos
  2004-07-20 17:24 ` David Woodhouse
  0 siblings, 1 reply; 2+ messages in thread
From: Kronos @ 2004-07-19 15:41 UTC (permalink / raw)
  To: dwmw2; +Cc: linux-kernel

Hi,
It seems to me that JFFS2_COMPRESSION_OPTIONS depends on JFFS2_FS:

--- linux-2.6/fs/Kconfig.orig	2004-07-19 17:39:06.000000000 +0200
+++ linux-2.6/fs/Kconfig	2004-07-19 17:39:27.000000000 +0200
@@ -1151,6 +1151,7 @@
 
 config JFFS2_COMPRESSION_OPTIONS
 	bool "Advanced compression options for JFFS2"
+	depends on JFFS2_FS
 	default n
 	help
 	  Enabling this option allows you to explicitly choose which

HTH,
Luca
-- 
Home: http://kronoz.cjb.net
"New processes are created by other processes, just like new
 humans. New humans are created by other humans, of course,
 not by processes." -- Unix System Administration Handbook

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-20 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-19 15:41 [PATCH][2.6.8-rc2] Fix JFFS2_COMPRESSION_OPTIONS in Kconfig Kronos
2004-07-20 17:24 ` David Woodhouse

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