projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fb1c7
)
[PATCH] fix W1_MASTER_DS9490_BRIDGE dependencies
author
Adrian Bunk
<bunk@stusta.de>
Fri, 6 Jan 2006 17:41:01 +0000
(18:41 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 24 Mar 2006 01:28:12 +0000
(17:28 -0800)
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>
drivers/w1/masters/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/w1/masters/Kconfig
b/drivers/w1/masters/Kconfig
index 1ff11b5a3ad22adbd2353f626b708a02fc3e915a..c6bad4dbdc64c2d560da878369d1b7634999d823 100644
(file)
--- 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.