mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
c2df61376b
There are upcoming NIC (mlx5) use-cases where people want to avoid building the mlxfw module, allow for that. The mlxsw module is untouched and keeps selecting mlxfw. Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Acked-by: Yotam Gigi <yotamg@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
#
|
|
# Mellanox firmware flash library configuration
|
|
#
|
|
|
|
config MLXFW
|
|
tristate "Mellanox Technologies firmware flash module"
|
|
---help---
|
|
This driver supports Mellanox Technologies Firmware
|
|
flashing common logic.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called mlxfw.
|
|
select XZ_DEC
|