Kconfig (c067598aceba9c5ff221cf5e215b86b9686dd009) Kconfig (0266f79778de0afadd070941aae493c28529d974)
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---

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

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 depends on PSAMPLE || PSAMPLE=n
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---

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

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 depends on PSAMPLE || PSAMPLE=n
77 depends on BRIDGE || BRIDGE=n
77 select PARMAN
78 select MLXFW
79 default m
80 ---help---
81 This driver supports Mellanox Technologies Spectrum Ethernet
82 Switch ASICs.
83
84 To compile this driver as a module, choose M here: the

--- 20 unchanged lines hidden ---
78 select PARMAN
79 select MLXFW
80 default m
81 ---help---
82 This driver supports Mellanox Technologies Spectrum Ethernet
83 Switch ASICs.
84
85 To compile this driver as a module, choose M here: the

--- 20 unchanged lines hidden ---