net: xilinx: drivers need/depend on HAS_IOMEM · torvalds/linux@46fd447 (original) (raw)
File tree
1 file changed
lines changed
- drivers/net/ethernet/xilinx
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -18,19 +18,22 @@ if NET_VENDOR_XILINX | ||
18 | 18 | |
19 | 19 | config XILINX_EMACLITE |
20 | 20 | tristate "Xilinx 10/100 Ethernet Lite support" |
21 | + depends on HAS_IOMEM | |
21 | 22 | select PHYLIB |
22 | 23 | help |
23 | 24 | This driver supports the 10/100 Ethernet Lite from Xilinx. |
24 | 25 | |
25 | 26 | config XILINX_AXI_EMAC |
26 | 27 | tristate "Xilinx 10/100/1000 AXI Ethernet support" |
28 | + depends on HAS_IOMEM | |
27 | 29 | select PHYLINK |
28 | 30 | help |
29 | 31 | This driver supports the 10/100/1000 Ethernet from Xilinx for the |
30 | 32 | AXI bus interface used in Xilinx Virtex FPGAs and Soc's. |
31 | 33 | |
32 | 34 | config XILINX_LL_TEMAC |
33 | 35 | tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" |
36 | + depends on HAS_IOMEM | |
34 | 37 | select PHYLIB |
35 | 38 | help |
36 | 39 | This driver supports the Xilinx 10/100/1000 LocalLink TEMAC |