aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
diff options
context:
space:
mode:
authorChen Gang <gang.chen.5i5j@gmail.com>2014-10-04 05:54:33 -0400
committerDavid S. Miller <davem@davemloft.net>2014-10-06 00:46:27 -0400
commitb3a00c912cdf8efe985a08018fe26f362b32c1ac (patch)
tree6f4f4fc3ba8cab895c32c744def3ddf63f7a57ca /drivers/net/phy
parentbec3cfdca36bf43cfa3751ad7b56db1a307e0760 (diff)
drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEM
MDIO_BCM_UNIMAC needs HAS_IOMEM, so depend on it, the related error ( with allmodconfig under um): MODPOST 1205 modules ERROR: "devm_ioremap" [drivers/net/phy/mdio-bcm-unimac.ko] undefined! Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r--drivers/net/phy/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 14afa4f24424..75472cf734de 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -205,6 +205,7 @@ config MDIO_BUS_MUX_MMIOREG
205 205
206config MDIO_BCM_UNIMAC 206config MDIO_BCM_UNIMAC
207 tristate "Broadcom UniMAC MDIO bus controller" 207 tristate "Broadcom UniMAC MDIO bus controller"
208 depends on HAS_IOMEM
208 help 209 help
209 This module provides a driver for the Broadcom UniMAC MDIO busses. 210 This module provides a driver for the Broadcom UniMAC MDIO busses.
210 This hardware can be found in the Broadcom GENET Ethernet MAC 211 This hardware can be found in the Broadcom GENET Ethernet MAC