]> asedeno.scripts.mit.edu Git - linux.git/commit
net/mlx5: Imply MLXFW in mlx5_core
authorSaeed Mahameed <saeedm@mellanox.com>
Tue, 7 May 2019 20:15:20 +0000 (13:15 -0700)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 17 May 2019 20:16:47 +0000 (13:16 -0700)
commitbad861f31bb15a99becef31aab59640eaeb247e2
tree409af9ca4c942242ce79a92cf891b775c91e133d
parent5593530e56943182ebb6d81eca8a3be6db6dbba4
net/mlx5: Imply MLXFW in mlx5_core

mlxfw can be compiled as external module while mlx5_core can be
builtin, in such case mlx5 will act like mlxfw is disabled.

Since mlxfw is just a service library for mlx* drivers,
imply it in mlx5_core to make it always reachable if it was enabled.

Fixes: 3ffaabecd1a1 ("net/mlx5e: Support the flash device ethtool callback")
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/Kconfig