Kconfig 372 B

12345678910111213141516
  1. #
  2. # Tilera network device configuration
  3. #
  4. config TILE_NET
  5. tristate "Tilera GBE/XGBE network driver support"
  6. depends on TILE
  7. default y
  8. select CRC32
  9. ---help---
  10. This is a standard Linux network device driver for the
  11. on-chip Tilera Gigabit Ethernet and XAUI interfaces.
  12. To compile this driver as a module, choose M here: the module
  13. will be called tile_net.