提交 af1f2d78 编写于 作者: R Richard Weinberger 提交者: David S. Miller

net,marvell: Add dependency on HAS_IOMEM

On archs like S390 or um this driver cannot build nor work.
Make it depend on HAS_IOMEM to bypass build failures.

drivers/built-in.o: In function `orion_mdio_probe':
drivers/net/ethernet/marvell/mvmdio.c:228: undefined reference to `devm_ioremap'
Signed-off-by: NRichard Weinberger <richard@nod.at>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 e9d06f31
...@@ -33,6 +33,7 @@ config MV643XX_ETH ...@@ -33,6 +33,7 @@ config MV643XX_ETH
config MVMDIO config MVMDIO
tristate "Marvell MDIO interface support" tristate "Marvell MDIO interface support"
depends on HAS_IOMEM
select PHYLIB select PHYLIB
---help--- ---help---
This driver supports the MDIO interface found in the network This driver supports the MDIO interface found in the network
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册