lkml.org 
[lkml]   [2019]   [May]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.1 022/122] net/mlx5: Imply MLXFW in mlx5_core
    Date
    From: Saeed Mahameed <saeedm@mellanox.com>

    [ Upstream commit bad861f31bb15a99becef31aab59640eaeb247e2 ]

    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>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    drivers/net/ethernet/mellanox/mlx5/core/Kconfig | 1 +
    1 file changed, 1 insertion(+)

    --- a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
    +++ b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
    @@ -7,6 +7,7 @@ config MLX5_CORE
    depends on PCI
    imply PTP_1588_CLOCK
    imply VXLAN
    + imply MLXFW
    default n
    ---help---
    Core driver for low level functionality of the ConnectX-4 and

    \
     
     \ /
      Last update: 2019-05-23 21:39    [W:4.251 / U:0.804 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site