diff options
author | Or Gerlitz <ogerlitz@mellanox.com> | 2017-06-06 17:40:54 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2017-06-22 14:30:13 +0300 |
commit | c2df61376bf68c6532f75916a66c1473e1c99866 (patch) | |
tree | 9b4228c2e78a5ef550c18f490ed0296e3251ebbd /drivers/net/ethernet/mellanox/mlxfw/Kconfig | |
parent | 0c0316f516f51e6fcd0b23d61c37f9f5f846f978 (diff) | |
download | linux-c2df61376bf68c6532f75916a66c1473e1c99866.tar.bz2 |
mlxfw: Make the module selectable
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>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlxfw/Kconfig')
-rw-r--r-- | drivers/net/ethernet/mellanox/mlxfw/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxfw/Kconfig b/drivers/net/ethernet/mellanox/mlxfw/Kconfig index 2b21af8a2b1d..186ebe783f97 100644 --- a/drivers/net/ethernet/mellanox/mlxfw/Kconfig +++ b/drivers/net/ethernet/mellanox/mlxfw/Kconfig @@ -3,5 +3,11 @@ # config MLXFW - tristate "mlxfw" if COMPILE_TEST + 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 |