Skip to content

Commit

Permalink
net/mlx5: Imply MLXFW in mlx5_core
Browse files Browse the repository at this point in the history
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: 3ffaabe ("net/mlx5e: Support the flash device ethtool callback")
Signed-off-by: Saeed Mahameed <[email protected]>
  • Loading branch information
Saeed Mahameed committed May 17, 2019
1 parent 5593530 commit bad861f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/mellanox/mlx5/core/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ config MLX5_CORE
select NET_DEVLINK
imply PTP_1588_CLOCK
imply VXLAN
imply MLXFW
default n
---help---
Core driver for low level functionality of the ConnectX-4 and
Expand Down

0 comments on commit bad861f

Please sign in to comment.