/drivers/net/ethernet/tile/Kconfig

http://github.com/mirrors/linux · #! · 18 lines · 16 code · 2 blank · 0 comment · 0 complexity · 384a331e2028b2c66715948590d6f063 MD5 · raw file

  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.