forked from luck/tmp_suning_uos_patched
f41507245e
The boot code that appears as a PCI expansion ROM on the SFC4000 is stored in flash. Expose this as a standard MTD device to allow for in-place upgrades. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
23 lines
647 B
Plaintext
23 lines
647 B
Plaintext
config SFC
|
|
tristate "Solarflare Solarstorm SFC4000 support"
|
|
depends on PCI && INET
|
|
select MII
|
|
select INET_LRO
|
|
select CRC32
|
|
select I2C
|
|
select I2C_ALGOBIT
|
|
help
|
|
This driver supports 10-gigabit Ethernet cards based on
|
|
the Solarflare Communications Solarstorm SFC4000 controller.
|
|
|
|
To compile this driver as a module, choose M here. The module
|
|
will be called sfc.
|
|
config SFC_MTD
|
|
bool "Solarflare Solarstorm SFC4000 flash MTD support"
|
|
depends on SFC && MTD
|
|
default y
|
|
help
|
|
This exposes the on-board flash memory as an MTD device (e.g.
|
|
/dev/mtd1). This makes it possible to upload new boot code
|
|
to the NIC.
|