diff options
| author | Marek Vasut <[email protected]> | 2016-05-24 23:29:09 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2016-05-31 09:38:11 +0200 |
| commit | e40095f63b4bc0edd747c7f104d3e54db61e7d3d (patch) | |
| tree | 2007ad91303c1424d0890d3f89b373d2abacd5b3 /drivers/net/Makefile | |
| parent | 5f9cc363ed9b68245cacc6408c793f150992f4d9 (diff) | |
net: Add ag7xxx driver for Atheros MIPS
Add ethernet driver for the AR933x and AR934x Atheros MIPS machines.
The driver could be easily extended to other WiSoCs.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Cc: Joe Hershberger <[email protected]>
Cc: Wills Wang <[email protected]>
[fixed Kconfig dependency]
Signed-off-by: Daniel Schwierzeck <[email protected]>
Diffstat (limited to 'drivers/net/Makefile')
| -rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index d5e4a9734b2..57025921698 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -7,6 +7,7 @@ obj-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o obj-$(CONFIG_ALTERA_TSE) += altera_tse.o +obj-$(CONFIG_AG7XXX) += ag7xxx.o obj-$(CONFIG_ARMADA100_FEC) += armada100_fec.o obj-$(CONFIG_DRIVER_AT91EMAC) += at91_emac.o obj-$(CONFIG_DRIVER_AX88180) += ax88180.o |
