net: Fix dependencies for !HAS_IOMEM archs
Not every arch has io memory. So, unbreak the build by fixing the dependencies. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
d88270eef4
commit
c731f0e349
@@ -18,6 +18,7 @@ if NET_VENDOR_EZCHIP
|
||||
config EZCHIP_NPS_MANAGEMENT_ENET
|
||||
tristate "EZchip NPS management enet support"
|
||||
depends on OF_IRQ && OF_NET
|
||||
depends on HAS_IOMEM
|
||||
---help---
|
||||
Simple LAN device for debug or management purposes.
|
||||
Device supports interrupts for RX and TX(completion).
|
||||
|
Reference in New Issue
Block a user