[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>
This commit is contained in:
Adrian Bunk 2006-01-06 18:41:01 +01:00 committed by Greg Kroah-Hartman
parent a9fb1c7b95
commit ec068072f0

View file

@ -26,7 +26,7 @@ config W1_MASTER_DS9490
config W1_MASTER_DS9490_BRIDGE config W1_MASTER_DS9490_BRIDGE
tristate "DS9490R USB <-> W1 transport layer for 1-wire" tristate "DS9490R USB <-> W1 transport layer for 1-wire"
depends on W1_DS9490 depends on W1_MASTER_DS9490
help help
Say Y here if you want to communicate with your 1-wire devices Say Y here if you want to communicate with your 1-wire devices
using DS9490R USB bridge. using DS9490R USB bridge.