Kconfig 473 B

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