mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
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>
This commit is contained in:
parent
bec3cfdca3
commit
b3a00c912c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user