All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]drivers:net:Kconfig
@ 2011-07-19  9:00 wangyanqing
  2011-07-19  9:09 ` [PATCH]drivers:net:Kconfig Eric Dumazet
  2011-07-19 11:37 ` [PATCH]drivers:net:Kconfig Greg KH
  0 siblings, 2 replies; 8+ messages in thread
From: wangyanqing @ 2011-07-19  9:00 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

 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


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [patch]drivers:net:Kconfig
@ 2011-07-20 12:05 wangyanqing
  2011-07-20 12:10 ` [patch]drivers:net:Kconfig Eric Dumazet
  0 siblings, 1 reply; 8+ messages in thread
From: wangyanqing @ 2011-07-20 12:05 UTC (permalink / raw)
  To: davem; +Cc: linux-kernel

 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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-07-21 10:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2011-07-20 12:05 [patch]drivers:net:Kconfig wangyanqing
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

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.