| Jeff Kirsher | cdd80bd | 2011-07-30 18:42:56 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # Tilera network device configuration | 
 | 3 | # | 
 | 4 |  | 
 | 5 | config TILE_NET | 
 | 6 | 	tristate "Tilera GBE/XGBE network driver support" | 
 | 7 | 	depends on TILE | 
 | 8 | 	default y | 
 | 9 | 	select CRC32 | 
| Chris Metcalf | e3d62d7 | 2012-06-07 10:45:02 +0000 | [diff] [blame] | 10 | 	select TILE_GXIO_MPIPE if TILEGX | 
 | 11 | 	select HIGH_RES_TIMERS if TILEGX | 
| Jeff Kirsher | cdd80bd | 2011-07-30 18:42:56 -0700 | [diff] [blame] | 12 | 	---help--- | 
 | 13 | 	  This is a standard Linux network device driver for the | 
 | 14 | 	  on-chip Tilera Gigabit Ethernet and XAUI interfaces. | 
 | 15 |  | 
 | 16 | 	  To compile this driver as a module, choose M here: the module | 
 | 17 | 	  will be called tile_net. |