mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 05:11:46 +00:00
net: phy: Drop OF dependency for MDIO_BCM_UNIMAC
The driver builds fine even with CONFIG_OF=n since we now have stubs that are provided. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d81d25e66a
commit
8be7d96e5b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ config MDIO_BCM_IPROC
|
||||||
|
|
||||||
config MDIO_BCM_UNIMAC
|
config MDIO_BCM_UNIMAC
|
||||||
tristate "Broadcom UniMAC MDIO bus controller"
|
tristate "Broadcom UniMAC MDIO bus controller"
|
||||||
depends on HAS_IOMEM && OF_MDIO
|
depends on HAS_IOMEM
|
||||||
help
|
help
|
||||||
This module provides a driver for the Broadcom UniMAC MDIO busses.
|
This module provides a driver for the Broadcom UniMAC MDIO busses.
|
||||||
This hardware can be found in the Broadcom GENET Ethernet MAC
|
This hardware can be found in the Broadcom GENET Ethernet MAC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue