public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [patch] 2.6.10-mm2: fix MTD_BLOCK2MTD dependency
       [not found] <20050106002240.00ac4611.akpm@osdl.org>
@ 2005-01-06 15:03 ` Adrian Bunk
  2005-01-08 20:18   ` Jörn Engel
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2005-01-06 15:03 UTC (permalink / raw)
  To: Andrew Morton, dwmw2; +Cc: joern, Simon Evans, linux-mtd, linux-kernel

The patch below fixes an obviously wrong dependency coming from Linus' 
tree.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.10-mm2-full/drivers/mtd/devices/Kconfig.old	2005-01-06 16:00:49.000000000 +0100
+++ linux-2.6.10-mm2-full/drivers/mtd/devices/Kconfig	2005-01-06 16:00:59.000000000 +0100
@@ -127,7 +127,7 @@
 
 config MTD_BLOCK2MTD
 	tristate "MTD using block device (rewrite)"
-	depends on MTD || EXPERIMENTAL
+	depends on MTD && EXPERIMENTAL
 	help
 	  This driver is basically the same at MTD_BLKMTD above, but
 	  experienced some interface changes plus serious speedups.  In

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

* Re: [patch] 2.6.10-mm2: fix MTD_BLOCK2MTD dependency
  2005-01-06 15:03 ` [patch] 2.6.10-mm2: fix MTD_BLOCK2MTD dependency Adrian Bunk
@ 2005-01-08 20:18   ` Jörn Engel
  0 siblings, 0 replies; 2+ messages in thread
From: Jörn Engel @ 2005-01-08 20:18 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Andrew Morton, Simon Evans, joern, linux-kernel, linux-mtd, dwmw2

On Thu, 6 January 2005 16:03:46 +0100, Adrian Bunk wrote:
> 
> The patch below fixes an obviously wrong dependency coming from Linus' 
> tree.

Acked.

Thanks!

> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> --- linux-2.6.10-mm2-full/drivers/mtd/devices/Kconfig.old	2005-01-06 16:00:49.000000000 +0100
> +++ linux-2.6.10-mm2-full/drivers/mtd/devices/Kconfig	2005-01-06 16:00:59.000000000 +0100
> @@ -127,7 +127,7 @@
>  
>  config MTD_BLOCK2MTD
>  	tristate "MTD using block device (rewrite)"
> -	depends on MTD || EXPERIMENTAL
> +	depends on MTD && EXPERIMENTAL
>  	help
>  	  This driver is basically the same at MTD_BLKMTD above, but
>  	  experienced some interface changes plus serious speedups.  In

Jörn

-- 
Fancy algorithms are buggier than simple ones, and they're much harder
to implement. Use simple algorithms as well as simple data structures.
-- Rob Pike

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

end of thread, other threads:[~2005-01-08 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20050106002240.00ac4611.akpm@osdl.org>
2005-01-06 15:03 ` [patch] 2.6.10-mm2: fix MTD_BLOCK2MTD dependency Adrian Bunk
2005-01-08 20:18   ` Jörn Engel

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