diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/stmmac/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/stmmac/Kconfig b/drivers/net/stmmac/Kconfig index 3c2af7c6a39b..7df7df4e79c5 100644 --- a/drivers/net/stmmac/Kconfig +++ b/drivers/net/stmmac/Kconfig | |||
@@ -3,7 +3,7 @@ config STMMAC_ETH | |||
3 | select MII | 3 | select MII |
4 | select PHYLIB | 4 | select PHYLIB |
5 | select CRC32 | 5 | select CRC32 |
6 | depends on NETDEVICES | 6 | depends on NETDEVICES && HAS_IOMEM |
7 | help | 7 | help |
8 | This is the driver for the Ethernet IPs are built around a | 8 | This is the driver for the Ethernet IPs are built around a |
9 | Synopsys IP Core and only tested on the STMicroelectronics | 9 | Synopsys IP Core and only tested on the STMicroelectronics |