home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / net / sfc / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  379 b   |  15 lines

  1. config SFC
  2.     tristate "Solarflare Solarstorm SFC4000 support"
  3.     depends on PCI && INET
  4.     select MII
  5.     select INET_LRO
  6.     select CRC32
  7.     select I2C
  8.     select I2C_ALGOBIT
  9.     help
  10.       This driver supports 10-gigabit Ethernet cards based on
  11.       the Solarflare Communications Solarstorm SFC4000 controller.
  12.  
  13.       To compile this driver as a module, choose M here.  The module
  14.       will be called sfc.
  15.