Kconfig (858a0d7eb5300b5f620d98ab3c4b96c9d5f19131) Kconfig (22a677661f5624539d394f681276171f92d714df)
1#
2# Mellanox switch drivers configuration
3#
4
5config MLXSW_CORE
6 tristate "Mellanox Technologies Switch ASICs support"
7 depends on MAY_USE_DEVLINK
8 ---help---

--- 59 unchanged lines hidden (view full) ---

68 Switch ASICs.
69
70 To compile this driver as a module, choose M here: the
71 module will be called mlxsw_switchx2.
72
73config MLXSW_SPECTRUM
74 tristate "Mellanox Technologies Spectrum support"
75 depends on MLXSW_CORE && MLXSW_PCI && NET_SWITCHDEV && VLAN_8021Q
1#
2# Mellanox switch drivers configuration
3#
4
5config MLXSW_CORE
6 tristate "Mellanox Technologies Switch ASICs support"
7 depends on MAY_USE_DEVLINK
8 ---help---

--- 59 unchanged lines hidden (view full) ---

68 Switch ASICs.
69
70 To compile this driver as a module, choose M here: the
71 module will be called mlxsw_switchx2.
72
73config MLXSW_SPECTRUM
74 tristate "Mellanox Technologies Spectrum support"
75 depends on MLXSW_CORE && MLXSW_PCI && NET_SWITCHDEV && VLAN_8021Q
76 select PARMAN
76 default m
77 ---help---
78 This driver supports Mellanox Technologies Spectrum Ethernet
79 Switch ASICs.
80
81 To compile this driver as a module, choose M here: the
82 module will be called mlxsw_spectrum.
83

--- 18 unchanged lines hidden ---
77 default m
78 ---help---
79 This driver supports Mellanox Technologies Spectrum Ethernet
80 Switch ASICs.
81
82 To compile this driver as a module, choose M here: the
83 module will be called mlxsw_spectrum.
84

--- 18 unchanged lines hidden ---