Kconfig (e60df62492efd0b38e9575272d4621e6739facfd) | Kconfig (8d1fb01df8f64af14c833805dcbd05bf4582e028) |
---|---|
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 depends on PSAMPLE || PSAMPLE=n |
|
76 select PARMAN 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. --- 19 unchanged lines hidden --- | 77 select PARMAN 78 default m 79 ---help--- 80 This driver supports Mellanox Technologies Spectrum Ethernet 81 Switch ASICs. 82 83 To compile this driver as a module, choose M here: the 84 module will be called mlxsw_spectrum. --- 19 unchanged lines hidden --- |