[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1502725102-182550-2-git-send-email-ohado@mellanox.com>
Date: Mon, 14 Aug 2017 15:38:21 +0000
From: Ohad Oz <ohado@...lanox.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, jiri@...nulli.us, saeedm@...lanox.com,
vadimp@...lanox.com, system-sw-low-level@...lanox.com,
Ohad Oz <ohado@...lanox.com>
Subject: [patch v2 1/2] 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 <ohado@...lanox.com>
Acked-by: Leon Romanovsky <leonro@...lanox.com>
---
v1->v2
Comments pointed out by Leon Romanovsky <leonro@...lanox.com>
- Rephrase change description.
---
drivers/net/ethernet/mellanox/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.1.4
Powered by blists - more mailing lists