Kconfig 440 B

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