Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c731f0e3 authored by Richard Weinberger's avatar Richard Weinberger Committed by David S. Miller
Browse files

net: Fix dependencies for !HAS_IOMEM archs



Not every arch has io memory.
So, unbreak the build by fixing the dependencies.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d88270ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,7 @@ if NET_VENDOR_EZCHIP
config EZCHIP_NPS_MANAGEMENT_ENET
config EZCHIP_NPS_MANAGEMENT_ENET
	tristate "EZchip NPS management enet support"
	tristate "EZchip NPS management enet support"
	depends on OF_IRQ && OF_NET
	depends on OF_IRQ && OF_NET
	depends on HAS_IOMEM
	---help---
	---help---
	  Simple LAN device for debug or management purposes.
	  Simple LAN device for debug or management purposes.
	  Device supports interrupts for RX and TX(completion).
	  Device supports interrupts for RX and TX(completion).
+1 −0
Original line number Original line Diff line number Diff line
@@ -186,6 +186,7 @@ config MDIO_GPIO
config MDIO_OCTEON
config MDIO_OCTEON
	tristate "Support for MDIO buses on Octeon and ThunderX SOCs"
	tristate "Support for MDIO buses on Octeon and ThunderX SOCs"
	depends on 64BIT
	depends on 64BIT
	depends on HAS_IOMEM
	help
	help


	  This module provides a driver for the Octeon and ThunderX MDIO
	  This module provides a driver for the Octeon and ThunderX MDIO