| Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1 | config SFC | 
| Ben Hutchings | 851f186 | 2011-07-13 16:10:02 +0100 | [diff] [blame] | 2 | 	tristate "Solarflare 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 | ff79c8a | 2011-07-13 16:21:24 +0100 | [diff] [blame^] | 10 | 	  the Solarflare SFC4000 and SFC9000-family controllers. | 
| Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 11 |  | 
 | 12 | 	  To compile this driver as a module, choose M here.  The module | 
 | 13 | 	  will be called sfc. | 
| Ben Hutchings | f415072 | 2008-11-04 20:34:28 +0000 | [diff] [blame] | 14 | config SFC_MTD | 
| Ben Hutchings | 851f186 | 2011-07-13 16:10:02 +0100 | [diff] [blame] | 15 | 	bool "Solarflare SFC4000/SFC9000-family MTD support" | 
| Ben Hutchings | 8761169c | 2008-11-20 04:17:42 -0800 | [diff] [blame] | 16 | 	depends on SFC && MTD && !(SFC=y && MTD=m) | 
| Ben Hutchings | f415072 | 2008-11-04 20:34:28 +0000 | [diff] [blame] | 17 | 	default y | 
 | 18 | 	help | 
| Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 19 | 	  This exposes the on-board flash memory as MTD devices (e.g. | 
 | 20 | 	  /dev/mtd1).  This makes it possible to upload new firmware | 
 | 21 | 	  to the NIC. |