Kconfig 2.4 KB
Newer Older
1 2 3 4 5 6
#
# Mellanox switch drivers configuration
#

config MLXSW_CORE
	tristate "Mellanox Technologies Switch ASICs support"
7
	depends on MAY_USE_DEVLINK
8 9 10 11 12
	---help---
	  This driver supports Mellanox Technologies Switch ASICs family.

	  To compile this driver as a module, choose M here: the
	  module will be called mlxsw_core.
J
Jiri Pirko 已提交
13

14 15 16 17 18 19 20 21
config MLXSW_CORE_HWMON
	bool "HWMON support for Mellanox Technologies Switch ASICs"
	depends on MLXSW_CORE && HWMON
	depends on !(MLXSW_CORE=y && HWMON=m)
	default y
	---help---
	  Say Y here if you want to expose HWMON interface on mlxsw devices.

J
Jiri Pirko 已提交
22 23
config MLXSW_PCI
	tristate "PCI bus implementation for Mellanox Technologies Switch ASICs"
24
	depends on PCI && HAS_DMA && HAS_IOMEM && MLXSW_CORE
J
Jiri Pirko 已提交
25 26 27 28 29 30
	default m
	---help---
	  This is PCI bus implementation for Mellanox Technologies Switch ASICs.

	  To compile this driver as a module, choose M here: the
	  module will be called mlxsw_pci.
31

32 33 34 35 36 37 38 39 40 41
config MLXSW_I2C
	tristate "I2C bus implementation for Mellanox Technologies Switch ASICs"
	depends on I2C && MLXSW_CORE
	default m
	---help---
	  This is I2C bus implementation for Mellanox Technologies Switch ASICs.

	  To compile this driver as a module, choose M here: the
	  module will be called mlxsw_i2c.

42 43 44 45 46 47 48 49 50 51 52
config MLXSW_SWITCHIB
	tristate "Mellanox Technologies SwitchIB and SwitchIB-2 support"
	depends on MLXSW_CORE && NET_SWITCHDEV
	default m
	---help---
	  This driver supports Mellanox Technologies SwitchIB and SwitchIB-2
	  Infiniband Switch ASICs.

	  To compile this driver as a module, choose M here: the
	  module will be called mlxsw_switchib.

53 54
config MLXSW_SWITCHX2
	tristate "Mellanox Technologies SwitchX-2 support"
55
	depends on MLXSW_CORE && MLXSW_PCI && NET_SWITCHDEV
56 57 58 59 60 61 62
	default m
	---help---
	  This driver supports Mellanox Technologies SwitchX-2 Ethernet
	  Switch ASICs.

	  To compile this driver as a module, choose M here: the
	  module will be called mlxsw_switchx2.
63 64 65

config MLXSW_SPECTRUM
	tristate "Mellanox Technologies Spectrum support"
66
	depends on MLXSW_CORE && MLXSW_PCI && NET_SWITCHDEV && VLAN_8021Q
67 68 69 70 71 72 73
	default m
	---help---
	  This driver supports Mellanox Technologies Spectrum Ethernet
	  Switch ASICs.

	  To compile this driver as a module, choose M here: the
	  module will be called mlxsw_spectrum.
74 75 76 77 78 79 80 81

config MLXSW_SPECTRUM_DCB
	bool "Data Center Bridging (DCB) support"
	depends on MLXSW_SPECTRUM && DCB
	default y
	---help---
	  Say Y here if you want to use Data Center Bridging (DCB) in the
	  driver.