kernel/drivers/net/ethernet/mellanox/mlxfw/Kconfig
.. .. @@ -1,13 +1,15 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Mellanox firmware flash library configuration 3 4 # 4 5 5 6 config MLXFW 6 7 tristate "Mellanox Technologies firmware flash module" 7 - ---help---8 + help8 9 This driver supports Mellanox Technologies Firmware 9 10 flashing common logic. 10 11 11 12 To compile this driver as a module, choose M here: the 12 13 module will be called mlxfw. 13 14 select XZ_DEC 15 + select NET_DEVLINK