Kconfig (aaccf3c97418f169afdbb5855e9cbcbda34e90fd) Kconfig (c71abd7d9414d059005391120e2166d61e7905ca)
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---

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

75 depends on MLXSW_CORE && MLXSW_PCI && NET_SWITCHDEV && VLAN_8021Q
76 depends on PSAMPLE || PSAMPLE=n
77 depends on BRIDGE || BRIDGE=n
78 depends on IPV6 || IPV6=n
79 depends on NET_IPGRE || NET_IPGRE=n
80 depends on IPV6_GRE || IPV6_GRE=n
81 select GENERIC_ALLOCATOR
82 select PARMAN
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---

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

75 depends on MLXSW_CORE && MLXSW_PCI && NET_SWITCHDEV && VLAN_8021Q
76 depends on PSAMPLE || PSAMPLE=n
77 depends on BRIDGE || BRIDGE=n
78 depends on IPV6 || IPV6=n
79 depends on NET_IPGRE || NET_IPGRE=n
80 depends on IPV6_GRE || IPV6_GRE=n
81 select GENERIC_ALLOCATOR
82 select PARMAN
83 select OBJAGG
83 select MLXFW
84 default m
85 ---help---
86 This driver supports Mellanox Technologies Spectrum Ethernet
87 Switch ASICs.
88
89 To compile this driver as a module, choose M here: the
90 module will be called mlxsw_spectrum.

--- 19 unchanged lines hidden ---
84 select MLXFW
85 default m
86 ---help---
87 This driver supports Mellanox Technologies Spectrum Ethernet
88 Switch ASICs.
89
90 To compile this driver as a module, choose M here: the
91 module will be called mlxsw_spectrum.

--- 19 unchanged lines hidden ---