Kconfig 866 B

12345678910111213141516171819202122232425262728
  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.
  16. config PTP_1588_CLOCK_TILEGX
  17. tristate "Tilera TILE-Gx mPIPE as PTP clock"
  18. select PTP_1588_CLOCK
  19. depends on TILE_NET
  20. depends on TILEGX
  21. ---help---
  22. This driver adds support for using the mPIPE as a PTP
  23. clock. This clock is only useful if your PTP programs are
  24. getting hardware time stamps on the PTP Ethernet packets
  25. using the SO_TIMESTAMPING API.