diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-04-29 04:06:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-29 20:32:31 -0400 |
commit | 23c3320cb039debfb94b27e8e9bfe26dd47692c3 (patch) | |
tree | bfb9253e7a6bc4472050db8e9241ad85a99283ab /drivers/net/Kconfig | |
parent | 68e7f45e118f98b77cfa007aa2d97b5dac69fe6b (diff) |
chelsio: 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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 2f81db51b45d..1ccd54714c4c 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2450,6 +2450,7 @@ config CHELSIO_T1 | |||
2450 | tristate "Chelsio 10Gb Ethernet support" | 2450 | tristate "Chelsio 10Gb Ethernet support" |
2451 | depends on PCI | 2451 | depends on PCI |
2452 | select CRC32 | 2452 | select CRC32 |
2453 | select MDIO | ||
2453 | help | 2454 | help |
2454 | This driver supports Chelsio gigabit and 10-gigabit | 2455 | This driver supports Chelsio gigabit and 10-gigabit |
2455 | Ethernet cards. More information about adapter features and | 2456 | Ethernet cards. More information about adapter features and |