Kconfig (8632987380765dee716d460640aa58d58d52998e) Kconfig (4735402173e6eed18d7e04cfc4bc358d8b2965db)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Mellanox switch drivers configuration
4#
5
6config MLXSW_CORE
7 tristate "Mellanox Technologies Switch ASICs support"
8 select NET_DEVLINK

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

61 depends on PTP_1588_CLOCK_OPTIONAL
62 select GENERIC_ALLOCATOR
63 select PARMAN
64 select OBJAGG
65 select NET_PTP_CLASSIFY if PTP_1588_CLOCK
66 default m
67 help
68 This driver supports Mellanox Technologies
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Mellanox switch drivers configuration
4#
5
6config MLXSW_CORE
7 tristate "Mellanox Technologies Switch ASICs support"
8 select NET_DEVLINK

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

61 depends on PTP_1588_CLOCK_OPTIONAL
62 select GENERIC_ALLOCATOR
63 select PARMAN
64 select OBJAGG
65 select NET_PTP_CLASSIFY if PTP_1588_CLOCK
66 default m
67 help
68 This driver supports Mellanox Technologies
69 Spectrum/Spectrum-2/Spectrum-3 Ethernet Switch ASICs.
69 Spectrum/Spectrum-2/Spectrum-3/Spectrum-4 Ethernet Switch ASICs.
70
71 To compile this driver as a module, choose M here: the
72 module will be called mlxsw_spectrum.
73
74config MLXSW_SPECTRUM_DCB
75 bool "Data Center Bridging (DCB) support"
76 depends on MLXSW_SPECTRUM && DCB
77 default y

--- 14 unchanged lines hidden ---
70
71 To compile this driver as a module, choose M here: the
72 module will be called mlxsw_spectrum.
73
74config MLXSW_SPECTRUM_DCB
75 bool "Data Center Bridging (DCB) support"
76 depends on MLXSW_SPECTRUM && DCB
77 default y

--- 14 unchanged lines hidden ---