Netdev List
 help / color / mirror / Atom feed
* [PATCH]: Fix IP1000 config dependencies.
@ 2007-10-31  3:59 David Miller
  2007-10-31 20:04 ` Francois Romieu
  0 siblings, 1 reply; 2+ messages in thread
From: David Miller @ 2007-10-31  3:59 UTC (permalink / raw)
  To: jeff; +Cc: netdev


Noticed during some randconfig runs.

[NET]: IP1000 driver needs MII.

Signed-off-by: David S. Miller <davem@davemloft.net>
---
 drivers/net/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 86b8641..895936a 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -168,6 +168,7 @@ config NET_SB1000
 config IP1000
        tristate "IP1000 Gigabit Ethernet support"
        depends on PCI && EXPERIMENTAL
+       select MII
        ---help---
          This driver supports IP1000 gigabit Ethernet cards.
 
-- 
1.5.2.5


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

end of thread, other threads:[~2007-10-31 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-31  3:59 [PATCH]: Fix IP1000 config dependencies David Miller
2007-10-31 20:04 ` Francois Romieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox