mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-14 18:49:15 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ config MDIO_BUS_MUX_MMIOREG
|
||||||
|
|
||||||
config MDIO_BCM_UNIMAC
|
config MDIO_BCM_UNIMAC
|
||||||
tristate "Broadcom UniMAC MDIO bus controller"
|
tristate "Broadcom UniMAC MDIO bus controller"
|
||||||
|
depends on HAS_IOMEM
|
||||||
help
|
help
|
||||||
This module provides a driver for the Broadcom UniMAC MDIO busses.
|
This module provides a driver for the Broadcom UniMAC MDIO busses.
|
||||||
This hardware can be found in the Broadcom GENET Ethernet MAC
|
This hardware can be found in the Broadcom GENET Ethernet MAC
|
||||||
|
|
Loading…
Add table
Reference in a new issue