From: Chen Gang Date: Sat, 4 Oct 2014 09:54:33 +0000 (+0800) Subject: drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEM X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b3a00c912cdf8efe985a08018fe26f362b32c1ac;p=linux-beck.git 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 Signed-off-by: David S. Miller --- 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 config MDIO_BCM_UNIMAC tristate "Broadcom UniMAC MDIO bus controller" + 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