diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-13 03:17:42 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 05:33:50 -0400 |
commit | 874aeea5d01cac55c160a4e503e3ddb4db030de7 (patch) | |
tree | 2ec67fc737ebc853d954b914a70098ece1ded19b /drivers/net/sfc/Kconfig | |
parent | e689cf4a042772f727450035b102579b0c01bdc7 (diff) |
sfc: Move the Solarflare drivers
Moves the Solarflare drivers into drivers/net/ethernet/sfc/ and
make the necessary Kconfig and Makefile changes.
CC: Steve Hodgson <shodgson@solarflare.com>
CC: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/sfc/Kconfig')
-rw-r--r-- | drivers/net/sfc/Kconfig | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/net/sfc/Kconfig b/drivers/net/sfc/Kconfig deleted file mode 100644 index a3d5bb9e39dc..000000000000 --- a/drivers/net/sfc/Kconfig +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | config SFC | ||
2 | tristate "Solarflare SFC4000/SFC9000-family support" | ||
3 | depends on PCI && INET | ||
4 | select MDIO | ||
5 | select CRC32 | ||
6 | select I2C | ||
7 | select I2C_ALGOBIT | ||
8 | help | ||
9 | This driver supports 10-gigabit Ethernet cards based on | ||
10 | the Solarflare SFC4000 and SFC9000-family controllers. | ||
11 | |||
12 | To compile this driver as a module, choose M here. The module | ||
13 | will be called sfc. | ||
14 | config SFC_MTD | ||
15 | bool "Solarflare SFC4000/SFC9000-family MTD support" | ||
16 | depends on SFC && MTD && !(SFC=y && MTD=m) | ||
17 | default y | ||
18 | help | ||
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. | ||