commit | bad861f31bb15a99becef31aab59640eaeb247e2 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Tue May 07 13:15:20 2019 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri May 17 13:16:47 2019 -0700 |
tree | 409af9ca4c942242ce79a92cf891b775c91e133d | |
parent | 5593530e56943182ebb6d81eca8a3be6db6dbba4 [diff] |
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>