projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de9e397
)
net: thunderx: Select CONFIG_MDIO_OCTEON for ThunderX NIC
author
Radha Mohan Chintakuntla
<
[email protected]
>
Tue, 28 Jul 2015 22:12:13 +0000
(15:12 -0700)
committer
David S. Miller
<
[email protected]
>
Thu, 30 Jul 2015 00:17:44 +0000
(17:17 -0700)
The CONFIG_MDIO_OCTEON is required so that the ThunderX NIC driver can
talk to the PHY drivers.
Signed-off-by: Radha Mohan Chintakuntla <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/cavium/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/cavium/Kconfig
b/drivers/net/ethernet/cavium/Kconfig
index c4d6bbe9458dbfe9c726fdff1e9b6c4c64b8a33f..3584420878782aa72800072e28997d40280dccec 100644
(file)
--- a/
drivers/net/ethernet/cavium/Kconfig
+++ b/
drivers/net/ethernet/cavium/Kconfig
@@
-37,6
+37,8
@@
config THUNDER_NIC_BGX
tristate "Thunder MAC interface driver (BGX)"
depends on 64BIT
default ARCH_THUNDER
+ select PHYLIB
+ select MDIO_OCTEON
---help---
This driver supports programming and controlling of MAC
interface from NIC physical function driver.