diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-06-07 10:45:02 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-11 17:01:26 -0700 |
commit | e3d62d7e8e05a6a4b08f4672385ae58fc0f132c4 (patch) | |
tree | 05e40542892881bff8fd980647c0d605cf319744 /drivers/net/ethernet/tile/Kconfig | |
parent | b7abee6ef888117f92db370620ebf116a38e3f4d (diff) |
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>
Diffstat (limited to 'drivers/net/ethernet/tile/Kconfig')
-rw-r--r-- | drivers/net/ethernet/tile/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/tile/Kconfig b/drivers/net/ethernet/tile/Kconfig index 2d9218f86bc..098b1c42b39 100644 --- a/drivers/net/ethernet/tile/Kconfig +++ b/drivers/net/ethernet/tile/Kconfig @@ -7,6 +7,8 @@ config TILE_NET depends on TILE default y select CRC32 + select TILE_GXIO_MPIPE if TILEGX + select HIGH_RES_TIMERS if TILEGX ---help--- This is a standard Linux network device driver for the on-chip Tilera Gigabit Ethernet and XAUI interfaces. |