From: Ohad Oz Date: Mon, 14 Aug 2017 15:38:21 +0000 (+0000) Subject: Allow Mellanox switch devices to be configured if only I2C bus is set X-Git-Tag: v4.14-rc1~130^2~254^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8122e08b1d876b9af605db5ad351961c5ea276ed;p=platform%2Fkernel%2Flinux-rpi3.git Allow Mellanox switch devices to be configured if only I2C bus is set Mellanox switches (mlxsw) supports I2C systems without PCI, in order to give the ability to the users to use such functionality, there is need to update Kconfig. Signed-off-by: Ohad Oz Acked-by: Leon Romanovsky Acked-by: Jiri Pirko Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/mellanox/Kconfig b/drivers/net/ethernet/mellanox/Kconfig index 84a2007..0949741 100644 --- a/drivers/net/ethernet/mellanox/Kconfig +++ b/drivers/net/ethernet/mellanox/Kconfig @@ -5,7 +5,7 @@ config NET_VENDOR_MELLANOX bool "Mellanox devices" default y - depends on PCI + depends on PCI || I2C ---help--- If you have a network (Ethernet) card belonging to this class, say Y.