mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
tilegx network driver: initial support
This change adds support for the tilegx network driver based on the GXIO IORPC support in the tilegx software stack, using the on-chip mPIPE packet processing engine. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b7abee6ef8
commit
e3d62d7e8e
@ -7,6 +7,8 @@ config TILE_NET
|
|||||||
depends on TILE
|
depends on TILE
|
||||||
default y
|
default y
|
||||||
select CRC32
|
select CRC32
|
||||||
|
select TILE_GXIO_MPIPE if TILEGX
|
||||||
|
select HIGH_RES_TIMERS if TILEGX
|
||||||
---help---
|
---help---
|
||||||
This is a standard Linux network device driver for the
|
This is a standard Linux network device driver for the
|
||||||
on-chip Tilera Gigabit Ethernet and XAUI interfaces.
|
on-chip Tilera Gigabit Ethernet and XAUI interfaces.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
obj-$(CONFIG_TILE_NET) += tile_net.o
|
obj-$(CONFIG_TILE_NET) += tile_net.o
|
||||||
ifdef CONFIG_TILEGX
|
ifdef CONFIG_TILEGX
|
||||||
tile_net-objs := tilegx.o mpipe.o iorpc_mpipe.o dma_queue.o
|
tile_net-y := tilegx.o
|
||||||
else
|
else
|
||||||
tile_net-objs := tilepro.o
|
tile_net-y := tilepro.o
|
||||||
endif
|
endif
|
||||||
|
1898
drivers/net/ethernet/tile/tilegx.c
Normal file
1898
drivers/net/ethernet/tile/tilegx.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user