diff options
| author | Zubair Lutfullah Kakakhel <[email protected]> | 2016-07-27 12:25:09 +0100 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2016-09-21 14:55:14 +0200 |
| commit | 2f1f05f432a21de849bc3d8a8213509960ef568e (patch) | |
| tree | e8be00f2ae183f0870170ed2469b2eae5ec3f2d2 | |
| parent | 611fe0bddb071e439d65f833e55361aecba87d82 (diff) | |
net: emaclite: Enable driver for MIPS
Signed-off-by: Zubair Lutfullah Kakakhel <[email protected]>
Reviewed-by: Paul Burton <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
| -rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index be3ed73e522..302c005aa13 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -175,7 +175,7 @@ config XILINX_AXIEMAC This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs. config XILINX_EMACLITE - depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) + depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP || MIPS) select PHYLIB select MII bool "Xilinx Ethernetlite" |
