aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2009-04-29 04:07:20 -0400
committerDavid S. Miller <davem@davemloft.net>2009-04-29 20:32:32 -0400
commit0f07c4ee8c800923ae7918c231532a9256233eed (patch)
tree659322e8607f681af12a43671b17c5b65f94f4d5 /drivers/net/Kconfig
parent23c3320cb039debfb94b27e8e9bfe26dd47692c3 (diff)
cxgb3: Use generic MDIO definitions and mdio_mii_ioctl()
Compile-tested only. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 1ccd54714c4c..435bbc96444f 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2483,6 +2483,7 @@ config CHELSIO_T3
2483 tristate "Chelsio Communications T3 10Gb Ethernet support" 2483 tristate "Chelsio Communications T3 10Gb Ethernet support"
2484 depends on CHELSIO_T3_DEPENDS 2484 depends on CHELSIO_T3_DEPENDS
2485 select FW_LOADER 2485 select FW_LOADER
2486 select MDIO
2486 help 2487 help
2487 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet 2488 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
2488 adapters. 2489 adapters.