Skip to content

Commit 9277a4f

Browse files
daviddaneydavem330
authored andcommitted
net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
Previously we selected MDIO_OCTEON, which after creating the Thunder specific MDIO bus driver is much less useful. Signed-off-by: David Daney <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 7091f01 commit 9277a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/cavium/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ config THUNDER_NIC_BGX
3535
tristate "Thunder MAC interface driver (BGX)"
3636
depends on 64BIT
3737
select PHYLIB
38-
select MDIO_OCTEON
38+
select MDIO_THUNDER
3939
---help---
4040
This driver supports programming and controlling of MAC
4141
interface from NIC physical function driver.

0 commit comments

Comments
 (0)