2006-01-06 17:41:08

by Adrian Bunk

[permalink] [raw]
Subject: [-mm patch] fix W1_MASTER_DS9490_BRIDGE dependencies

W1_DS9490 was renamed to W1_MASTER_DS9490, but the entry in the
dependencies of W1_MASTER_DS9490_BRIDGE was forgotten.


Signed-off-by: Adrian Bunk <[email protected]>

--- linux-2.6.15-mm1-full/drivers/w1/masters/Kconfig.old 2006-01-06 18:17:23.000000000 +0100
+++ linux-2.6.15-mm1-full/drivers/w1/masters/Kconfig 2006-01-06 18:17:53.000000000 +0100
@@ -26,7 +26,7 @@

config W1_MASTER_DS9490_BRIDGE
tristate "DS9490R USB <-> W1 transport layer for 1-wire"
- depends on W1_DS9490
+ depends on W1_MASTER_DS9490
help
Say Y here if you want to communicate with your 1-wire devices
using DS9490R USB bridge.


2006-01-06 17:46:58

by Evgeniy Polyakov

[permalink] [raw]
Subject: Re: [-mm patch] fix W1_MASTER_DS9490_BRIDGE dependencies

On Fri, Jan 06, 2006 at 06:41:01PM +0100, Adrian Bunk ([email protected]) wrote:
> W1_DS9490 was renamed to W1_MASTER_DS9490, but the entry in the
> dependencies of W1_MASTER_DS9490_BRIDGE was forgotten.
>
>
> Signed-off-by: Adrian Bunk <[email protected]>

You are 100% correct.
Thank you.

> --- linux-2.6.15-mm1-full/drivers/w1/masters/Kconfig.old 2006-01-06 18:17:23.000000000 +0100
> +++ linux-2.6.15-mm1-full/drivers/w1/masters/Kconfig 2006-01-06 18:17:53.000000000 +0100
> @@ -26,7 +26,7 @@
>
> config W1_MASTER_DS9490_BRIDGE
> tristate "DS9490R USB <-> W1 transport layer for 1-wire"
> - depends on W1_DS9490
> + depends on W1_MASTER_DS9490
> help
> Say Y here if you want to communicate with your 1-wire devices
> using DS9490R USB bridge.

--
Evgeniy Polyakov