Skip to content

Commit

Permalink
net: wiznet add missing HAS_IOMEM dependency
Browse files Browse the repository at this point in the history
The "WIZnet devices" config option should depend on HAS_IOMEM as
all wiznet drivers require it as well.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
frank.blaschka@de.ibm.com authored and David S. Miller committed Jul 25, 2012
1 parent ac46a46 commit 9fafbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/wiznet/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

config NET_VENDOR_WIZNET
bool "WIZnet devices"
depends on HAS_IOMEM
default y
---help---
If you have a network (Ethernet) card belonging to this class, say Y
Expand Down

0 comments on commit 9fafbd4

Please sign in to comment.