Tobias Klauser | ae99b63 | 2016-12-20 14:38:26 +0100 | [diff] [blame] | 1 | # |
| 2 | # Solarflare device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_SOLARFLARE |
| 6 | bool "Solarflare devices" |
| 7 | default y |
| 8 | ---help--- |
| 9 | If you have a network (Ethernet) card belonging to this class, say Y. |
| 10 | |
| 11 | Note that the answer to this question doesn't directly affect the |
| 12 | kernel: saying N will just cause the configurator to skip all |
| 13 | the questions about Solarflare devices. If you say Y, you will be asked |
| 14 | for your specific card in the following questions. |
| 15 | |
| 16 | if NET_VENDOR_SOLARFLARE |
| 17 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 18 | config SFC |
Edward Cree | 5a6681e | 2016-11-28 18:55:34 +0000 | [diff] [blame] | 19 | tristate "Solarflare SFC9000/SFC9100-family support" |
Ben Hutchings | ff33c0e | 2012-11-16 12:47:39 +0000 | [diff] [blame] | 20 | depends on PCI |
Ben Hutchings | 68e7f45 | 2009-04-29 08:05:08 +0000 | [diff] [blame] | 21 | select MDIO |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 22 | select CRC32 |
Ben Hutchings | 37b5a60 | 2008-05-30 22:27:04 +0100 | [diff] [blame] | 23 | select I2C |
| 24 | select I2C_ALGOBIT |
Nicolas Pitre | d1cbfd7 | 2016-11-11 00:10:07 -0500 | [diff] [blame] | 25 | imply PTP_1588_CLOCK |
Jeff Kirsher | 874aeea | 2011-05-13 00:17:42 -0700 | [diff] [blame] | 26 | ---help--- |
Ben Hutchings | 9a12a30 | 2013-09-05 17:53:57 +0100 | [diff] [blame] | 27 | This driver supports 10/40-gigabit Ethernet cards based on |
Edward Cree | 5a6681e | 2016-11-28 18:55:34 +0000 | [diff] [blame] | 28 | the Solarflare SFC9000-family and SFC9100-family controllers. |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 29 | |
| 30 | To compile this driver as a module, choose M here. The module |
| 31 | will be called sfc. |
Ben Hutchings | f415072 | 2008-11-04 20:34:28 +0000 | [diff] [blame] | 32 | config SFC_MTD |
Edward Cree | 5a6681e | 2016-11-28 18:55:34 +0000 | [diff] [blame] | 33 | bool "Solarflare SFC9000/SFC9100-family MTD support" |
Ben Hutchings | 8761169 | 2008-11-20 04:17:42 -0800 | [diff] [blame] | 34 | depends on SFC && MTD && !(SFC=y && MTD=m) |
Ben Hutchings | f415072 | 2008-11-04 20:34:28 +0000 | [diff] [blame] | 35 | default y |
Jeff Kirsher | 874aeea | 2011-05-13 00:17:42 -0700 | [diff] [blame] | 36 | ---help--- |
Ben Hutchings | 94813b8 | 2012-01-06 22:47:17 +0000 | [diff] [blame] | 37 | This exposes the on-board flash and/or EEPROM as MTD devices |
| 38 | (e.g. /dev/mtd1). This is required to update the firmware or |
| 39 | the boot configuration under Linux. |
Ben Hutchings | 55c5e0f8 | 2012-01-06 20:25:39 +0000 | [diff] [blame] | 40 | config SFC_MCDI_MON |
Ben Hutchings | 8127d66 | 2013-08-29 19:19:29 +0100 | [diff] [blame] | 41 | bool "Solarflare SFC9000/SFC9100-family hwmon support" |
Ben Hutchings | 55c5e0f8 | 2012-01-06 20:25:39 +0000 | [diff] [blame] | 42 | depends on SFC && HWMON && !(SFC=y && HWMON=m) |
| 43 | default y |
Paul Bolle | 806b213 | 2013-03-15 12:59:30 +0100 | [diff] [blame] | 44 | ---help--- |
Ben Hutchings | 55c5e0f8 | 2012-01-06 20:25:39 +0000 | [diff] [blame] | 45 | This exposes the on-board firmware-managed sensors as a |
| 46 | hardware monitor device. |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 47 | config SFC_SRIOV |
| 48 | bool "Solarflare SFC9000-family SR-IOV support" |
| 49 | depends on SFC && PCI_IOV |
| 50 | default y |
| 51 | ---help--- |
| 52 | This enables support for the SFC9000 I/O Virtualization |
| 53 | features, allowing accelerated network performance in |
| 54 | virtualized environments. |
Edward Cree | 75aba2a | 2015-05-27 13:13:54 +0100 | [diff] [blame] | 55 | config SFC_MCDI_LOGGING |
| 56 | bool "Solarflare SFC9000/SFC9100-family MCDI logging support" |
| 57 | depends on SFC |
| 58 | default y |
| 59 | ---help--- |
| 60 | This enables support for tracing of MCDI (Management-Controller-to- |
| 61 | Driver-Interface) commands and responses, allowing debugging of |
Edward Cree | e7fef9b | 2015-05-27 13:14:01 +0100 | [diff] [blame] | 62 | driver/firmware interaction. The tracing is actually enabled by |
| 63 | a sysfs file 'mcdi_logging' under the PCI device. |
Tobias Klauser | ae99b63 | 2016-12-20 14:38:26 +0100 | [diff] [blame] | 64 | |
| 65 | source "drivers/net/ethernet/sfc/falcon/Kconfig" |
| 66 | |
| 67 | endif # NET_VENDOR_SOLARFLARE |