From: Florian Fainelli Date: Tue, 17 Jul 2018 15:42:04 +0000 (-0700) Subject: net: phy: Drop OF dependency for MDIO_BCM_UNIMAC X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8be7d96e5b6caa93bf5ed43e4396c402f7cd282a;p=linux.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 9beac427f9e87..b7ff0af419b43 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