diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-06 12:41:01 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-23 20:28:12 -0500 |
commit | ec068072f0e8499cfe7b71749b4a63c503e7d328 (patch) | |
tree | 882b9fbc17efb02d41faed40a1cc0fd16642ad6b /drivers/w1/masters/Kconfig | |
parent | a9fb1c7b950bed4afe208c9d67e20f086bb6abbb (diff) |
[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 <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/w1/masters/Kconfig')
-rw-r--r-- | drivers/w1/masters/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
26 | 26 | ||
27 | config W1_MASTER_DS9490_BRIDGE | 27 | config W1_MASTER_DS9490_BRIDGE |
28 | tristate "DS9490R USB <-> W1 transport layer for 1-wire" | 28 | tristate "DS9490R USB <-> W1 transport layer for 1-wire" |
29 | depends on W1_DS9490 | 29 | depends on W1_MASTER_DS9490 |
30 | help | 30 | help |
31 | Say Y here if you want to communicate with your 1-wire devices | 31 | Say Y here if you want to communicate with your 1-wire devices |
32 | using DS9490R USB bridge. | 32 | using DS9490R USB bridge. |