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 | ||||
10 | ---help--- | ||||
11 | This is a standard Linux network device driver for the | ||||
12 | on-chip Tilera Gigabit Ethernet and XAUI interfaces. | ||||
13 | |||||
14 | To compile this driver as a module, choose M here: the module | ||||
15 | will be called tile_net. |