diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2018-07-17 08:42:04 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-18 13:53:47 -0700 |
commit | 8be7d96e5b6caa93bf5ed43e4396c402f7cd282a (patch) | |
tree | e0c180e3a235b845c8aa77d1f6467fb086d1488a /drivers/net/phy/Kconfig | |
parent | d81d25e66a0f218e7d6b6d81b2d57dacf8924195 (diff) | |
download | talos-obmc-linux-8be7d96e5b6caa93bf5ed43e4396c402f7cd282a.tar.gz talos-obmc-linux-8be7d96e5b6caa93bf5ed43e4396c402f7cd282a.zip |
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>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 9beac427f9e8..b7ff0af419b4 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -28,7 +28,7 @@ config MDIO_BCM_IPROC config MDIO_BCM_UNIMAC tristate "Broadcom UniMAC MDIO bus controller" - depends on HAS_IOMEM && OF_MDIO + depends on HAS_IOMEM help This module provides a driver for the Broadcom UniMAC MDIO busses. This hardware can be found in the Broadcom GENET Ethernet MAC |