Kconfig 1.6 KB
Newer Older
1
config SFC
2
	tristate "Solarflare SFC4000/SFC9000/SFC9100-family support"
3
	depends on PCI
4
	select MDIO
5
	select CRC32
6 7
	select I2C
	select I2C_ALGOBIT
8
	imply PTP_1588_CLOCK
J
Jeff Kirsher 已提交
9
	---help---
10
	  This driver supports 10/40-gigabit Ethernet cards based on
11 12
	  the Solarflare SFC4000, SFC9000-family and SFC9100-family
	  controllers.
13 14 15

	  To compile this driver as a module, choose M here.  The module
	  will be called sfc.
16
config SFC_MTD
17
	bool "Solarflare SFC4000/SFC9000/SFC9100-family MTD support"
B
Ben Hutchings 已提交
18
	depends on SFC && MTD && !(SFC=y && MTD=m)
19
	default y
J
Jeff Kirsher 已提交
20
	---help---
21 22 23
	  This exposes the on-board flash and/or EEPROM as MTD devices
	  (e.g. /dev/mtd1).  This is required to update the firmware or
	  the boot configuration under Linux.
24
config SFC_MCDI_MON
25
	bool "Solarflare SFC9000/SFC9100-family hwmon support"
26 27
	depends on SFC && HWMON && !(SFC=y && HWMON=m)
	default y
P
Paul Bolle 已提交
28
	---help---
29 30
	  This exposes the on-board firmware-managed sensors as a
	  hardware monitor device.
31 32 33 34 35 36 37 38
config SFC_SRIOV
	bool "Solarflare SFC9000-family SR-IOV support"
	depends on SFC && PCI_IOV
	default y
	---help---
	  This enables support for the SFC9000 I/O Virtualization
	  features, allowing accelerated network performance in
	  virtualized environments.
E
Edward Cree 已提交
39 40 41 42 43 44 45
config SFC_MCDI_LOGGING
	bool "Solarflare SFC9000/SFC9100-family MCDI logging support"
	depends on SFC
	default y
	---help---
	  This enables support for tracing of MCDI (Management-Controller-to-
	  Driver-Interface) commands and responses, allowing debugging of
46 47
	  driver/firmware interaction.  The tracing is actually enabled by
	  a sysfs file 'mcdi_logging' under the PCI device.