Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | Kconfig (bd02fd76d1909637c95e8ef13e7fd1e748af910d) |
---|---|
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 9 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 9 select MLXFW |
10 select AUXILIARY_BUS |
|
10 help 11 This driver supports Mellanox Technologies Switch ASICs family. 12 13 To compile this driver as a module, choose M here: the 14 module will be called mlxsw_core. 15 16config MLXSW_CORE_HWMON 17 bool "HWMON support for Mellanox Technologies Switch ASICs" --- 74 unchanged lines hidden --- | 11 help 12 This driver supports Mellanox Technologies Switch ASICs family. 13 14 To compile this driver as a module, choose M here: the 15 module will be called mlxsw_core. 16 17config MLXSW_CORE_HWMON 18 bool "HWMON support for Mellanox Technologies Switch ASICs" --- 74 unchanged lines hidden --- |