Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1 | config SFC |
Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 2 | tristate "Solarflare Solarstorm SFC4000/SFC9000-family support" |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3 | depends on PCI && INET |
Ben Hutchings | 68e7f45 | 2009-04-29 08:05:08 +0000 | [diff] [blame] | 4 | select MDIO |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 5 | select CRC32 |
Ben Hutchings | 37b5a60 | 2008-05-30 22:27:04 +0100 | [diff] [blame] | 6 | select I2C |
| 7 | select I2C_ALGOBIT |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 8 | help |
| 9 | This driver supports 10-gigabit Ethernet cards based on |
Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 10 | the Solarflare Communications Solarstorm SFC4000 and |
| 11 | SFC9000-family controllers. |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 12 | |
| 13 | To compile this driver as a module, choose M here. The module |
| 14 | will be called sfc. |
Ben Hutchings | f415072 | 2008-11-04 20:34:28 +0000 | [diff] [blame] | 15 | config SFC_MTD |
Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 16 | bool "Solarflare Solarstorm SFC4000/SFC9000-family MTD support" |
Ben Hutchings | 8761169 | 2008-11-20 04:17:42 -0800 | [diff] [blame] | 17 | depends on SFC && MTD && !(SFC=y && MTD=m) |
Ben Hutchings | f415072 | 2008-11-04 20:34:28 +0000 | [diff] [blame] | 18 | default y |
| 19 | help |
Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 20 | This exposes the on-board flash memory as MTD devices (e.g. |
| 21 | /dev/mtd1). This makes it possible to upload new firmware |
| 22 | to the NIC. |