From: Greg KH <gregkh@suse.de>
To: linux-kernel@vger.kernel.org
Cc: Adrian Bunk <bunk@stusta.de>, Greg Kroah-Hartman <gregkh@suse.de>
Subject: [PATCH 5/8] fix W1_MASTER_DS9490_BRIDGE dependencies
Date: Thu, 23 Mar 2006 17:30:37 -0800 [thread overview]
Message-ID: <11431638374-git-send-email-gregkh@suse.de> (raw)
In-Reply-To: <11431638371389-git-send-email-gregkh@suse.de>
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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
ec068072f0e8499cfe7b71749b4a63c503e7d328
diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig
index 1ff11b5..c6bad4d 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.
--
1.2.4
next prev parent reply other threads:[~2006-03-24 1:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <11431638372037-git-send-email-gregkh@suse.de>
2006-03-24 1:30 ` [PATCH 3/8] W1: Add the DS2482 I2C-to-w1 bridge driver Greg KH
2006-03-24 1:30 ` [PATCH 4/8] w1: misc cleanups Greg KH
2006-03-24 1:30 ` Greg KH [this message]
2006-03-24 1:30 ` [PATCH 6/8] W1: Remove incorrect MODULE_ALIAS Greg KH
2006-03-24 1:30 ` [PATCH 7/8] W1: u64 is not long long Greg KH
2006-03-24 1:30 ` [PATCH 8/8] w1: use kthread api Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11431638374-git-send-email-gregkh@suse.de \
--to=gregkh@suse.de \
--cc=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.