From: Adrian Bunk Date: Fri, 6 Jan 2006 17:41:01 +0000 (+0100) Subject: [PATCH] fix W1_MASTER_DS9490_BRIDGE dependencies X-Git-Tag: firefly_0821_release~37411 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ec068072f0e8499cfe7b71749b4a63c503e7d328;p=firefly-linux-kernel-4.4.55.git [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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig index 1ff11b5a3ad2..c6bad4dbdc64 100644 --- a/drivers/w1/masters/Kconfig +++ b/drivers/w1/masters/Kconfig @@ -26,7 +26,7 @@ config W1_MASTER_DS9490 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.