From: wangyanqing <udknight@gmail.com>
To: davem@davemloft.net
Cc: linux-kernel@vger.kernel.org
Subject: [patch]drivers:net:Kconfig
Date: Wed, 20 Jul 2011 20:05:00 +0800 [thread overview]
Message-ID: <20110720120500.GA3280@udknight.homenetwork> (raw)
Broadcom Tigon3 driver tg3.ko can't work without the Broadcom PHY,
so maybe we should add a dependence on it.Or at least we should add
notice in the help txt.
Signed-off-by: wang yanqing <udknight@gmail.com>
---
drivers/net/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 93359fa..c2607cd 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2353,7 +2353,7 @@ config VIA_VELOCITY
config TIGON3
tristate "Broadcom Tigon3 support"
- depends on PCI
+ depends on PCI && BROADCOM_PHY
select PHYLIB
help
This driver supports Broadcom Tigon3 based gigabit Ethernet cards.
--
1.7.3.4
next reply other threads:[~2011-07-20 12:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-20 12:05 wangyanqing [this message]
2011-07-20 12:10 ` [patch]drivers:net:Kconfig Eric Dumazet
2011-07-20 16:17 ` [patch]drivers:net:Kconfig David Miller
2011-07-21 9:38 ` [patch]drivers:net:Kconfig wangyanqing
-- strict thread matches above, loose matches on Subject: below --
2011-07-19 9:00 [PATCH]drivers:net:Kconfig wangyanqing
2011-07-19 9:09 ` [PATCH]drivers:net:Kconfig Eric Dumazet
2011-07-19 11:37 ` [PATCH]drivers:net:Kconfig Greg KH
2011-07-21 10:01 ` [PATCH]drivers:net:Kconfig wangyanqing
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=20110720120500.GA3280@udknight.homenetwork \
--to=udknight@gmail.com \
--cc=davem@davemloft.net \
--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.