summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tile/Kconfig
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-06-07 12:45:02 +0200
committerDavid S. Miller <davem@davemloft.net>2012-06-12 02:01:26 +0200
commite3d62d7e8e05a6a4b08f4672385ae58fc0f132c4 (patch)
tree05e40542892881bff8fd980647c0d605cf319744 /drivers/net/ethernet/tile/Kconfig
parenttg3: Apply short DMA frag workaround to 5906 (diff)
downloadlinux-e3d62d7e8e05a6a4b08f4672385ae58fc0f132c4.tar.xz
linux-e3d62d7e8e05a6a4b08f4672385ae58fc0f132c4.zip
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/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/tile/Kconfig b/drivers/net/ethernet/tile/Kconfig
index 2d9218f86bca..098b1c42b393 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.