All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [-mm patch] fix W1_MASTER_DS9490_BRIDGE dependencies
@ 2006-01-06 17:41 ` Adrian Bunk
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2006-01-06 17:41 UTC (permalink / raw)
  To: johnpol, gregkh; +Cc: lm-sensors, linux-kernel

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 <bunk at stusta.de>

--- 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.



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

* [-mm patch] fix W1_MASTER_DS9490_BRIDGE dependencies
@ 2006-01-06 17:41 ` Adrian Bunk
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2006-01-06 17:41 UTC (permalink / raw)
  To: johnpol, gregkh; +Cc: lm-sensors, linux-kernel

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 <bunk@stusta.de>

--- 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.


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

* [lm-sensors] [-mm patch] fix W1_MASTER_DS9490_BRIDGE
  2006-01-06 17:41 ` Adrian Bunk
@ 2006-01-06 17:46   ` Evgeniy Polyakov
  -1 siblings, 0 replies; 4+ messages in thread
From: Evgeniy Polyakov @ 2006-01-06 17:46 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: gregkh, lm-sensors, linux-kernel

On Fri, Jan 06, 2006 at 06:41:01PM +0100, Adrian Bunk (bunk at stusta.de) 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 <bunk at stusta.de>

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


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

* Re: [-mm patch] fix W1_MASTER_DS9490_BRIDGE dependencies
@ 2006-01-06 17:46   ` Evgeniy Polyakov
  0 siblings, 0 replies; 4+ messages in thread
From: Evgeniy Polyakov @ 2006-01-06 17:46 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: gregkh, lm-sensors, linux-kernel

On Fri, Jan 06, 2006 at 06:41:01PM +0100, Adrian Bunk (bunk@stusta.de) 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 <bunk@stusta.de>

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

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

end of thread, other threads:[~2006-01-06 17:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-06 17:41 [lm-sensors] [-mm patch] fix W1_MASTER_DS9490_BRIDGE dependencies Adrian Bunk
2006-01-06 17:41 ` Adrian Bunk
2006-01-06 17:46 ` [lm-sensors] [-mm patch] fix W1_MASTER_DS9490_BRIDGE Evgeniy Polyakov
2006-01-06 17:46   ` [-mm patch] fix W1_MASTER_DS9490_BRIDGE dependencies Evgeniy Polyakov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.