The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH][TRIVIAL] BINFMT_ZFLAT is boolean, don't test for =m.
@ 2003-08-11  8:03 Rob Landley
  0 siblings, 0 replies; only message in thread
From: Rob Landley @ 2003-08-11  8:03 UTC (permalink / raw)
  To: linux-kernel

A boolean can't be set to "m".

Rob

--- old-kconfig/lib/Kconfig	2003-07-27 13:03:20.000000000 -0400
+++ linux-2.6.0-test2/lib/Kconfig	2003-08-11 04:00:24.000000000 -0400
@@ -18,7 +18,7 @@
 config ZLIB_INFLATE
 	tristate
 	default y if CRAMFS=y || PPP_DEFLATE=y || JFFS2_FS=y || ZISOFS_FS=y || BINFMT_ZFLAT=y || CRYPTO_DEFLATE=y
-	default m if CRAMFS=m || PPP_DEFLATE=m || JFFS2_FS=m || ZISOFS_FS=m || BINFMT_ZFLAT=m || CRYPTO_DEFLATE=m
+	default m if CRAMFS=m || PPP_DEFLATE=m || JFFS2_FS=m || ZISOFS_FS=m || CRYPTO_DEFLATE=m
 
 config ZLIB_DEFLATE
 	tristate


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-11 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-11  8:03 [PATCH][TRIVIAL] BINFMT_ZFLAT is boolean, don't test for =m Rob Landley

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