aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/w1/masters/Kconfig2
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
27config W1_MASTER_DS9490_BRIDGE 27config 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.