Commit 17487eeb authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller

net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIO

The Broadcom MDIO UniMAC driver uses routines provided by of_mdio.c which is
guarded by CONFIG_OF_MDIO.
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e6e14f63
...@@ -40,7 +40,7 @@ config MDIO_BCM_IPROC ...@@ -40,7 +40,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 depends on HAS_IOMEM && OF_MDIO
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment