16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Mellanox firmware flash library configuration4#5 6config MLXFW7 tristate "Mellanox Technologies firmware flash module"8 help9 This driver supports Mellanox Technologies Firmware10 flashing common logic.11 12 To compile this driver as a module, choose M here: the13 module will be called mlxfw.14 select XZ_DEC15 select NET_DEVLINK16