Kconfig (371bb62158d53c1fc33e2fb9b6aeb9522caf6cf4) | Kconfig (d92e4e6e33c8b19635be70fb8935b627d2e4f8fe) |
---|---|
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 --- 69 unchanged lines hidden (view full) --- 78 depends on IPV6 || IPV6=n 79 depends on NET_IPGRE || NET_IPGRE=n 80 depends on IPV6_GRE || IPV6_GRE=n 81 depends on VXLAN || VXLAN=n 82 select GENERIC_ALLOCATOR 83 select PARMAN 84 select OBJAGG 85 select MLXFW | 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 --- 69 unchanged lines hidden (view full) --- 78 depends on IPV6 || IPV6=n 79 depends on NET_IPGRE || NET_IPGRE=n 80 depends on IPV6_GRE || IPV6_GRE=n 81 depends on VXLAN || VXLAN=n 82 select GENERIC_ALLOCATOR 83 select PARMAN 84 select OBJAGG 85 select MLXFW |
86 imply PTP_1588_CLOCK 87 select NET_PTP_CLASSIFY if PTP_1588_CLOCK |
|
86 default m 87 ---help--- 88 This driver supports Mellanox Technologies Spectrum Ethernet 89 Switch ASICs. 90 91 To compile this driver as a module, choose M here: the 92 module will be called mlxsw_spectrum. 93 --- 18 unchanged lines hidden --- | 88 default m 89 ---help--- 90 This driver supports Mellanox Technologies Spectrum Ethernet 91 Switch ASICs. 92 93 To compile this driver as a module, choose M here: the 94 module will be called mlxsw_spectrum. 95 --- 18 unchanged lines hidden --- |