netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch v1 1/2] Allow Mellanox network vendor to be configured if only I2C bus is configured
@ 2017-08-10 17:11 Ohad Oz
  2017-08-10 17:11 ` [patch v1 2/2] Change Kconfig description Ohad Oz
  2017-08-12 14:37 ` [patch v1 1/2] Allow Mellanox network vendor to be configured if only I2C bus is configured Leon Romanovsky
  0 siblings, 2 replies; 7+ messages in thread
From: Ohad Oz @ 2017-08-10 17:11 UTC (permalink / raw)
  To: davem; +Cc: netdev, jiri, saeedm, vadimp, system-sw-low-level, Ohad Oz

Patch allows Mellanox devices on system with no PCI, but with I2C only.

Signed-off-by: Ohad Oz <ohado@mellanox.com>
---
 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.8.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-14  7:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-10 17:11 [patch v1 1/2] Allow Mellanox network vendor to be configured if only I2C bus is configured Ohad Oz
2017-08-10 17:11 ` [patch v1 2/2] Change Kconfig description Ohad Oz
2017-08-12 14:37 ` [patch v1 1/2] Allow Mellanox network vendor to be configured if only I2C bus is configured Leon Romanovsky
2017-08-13 15:26   ` Ohad Oz
2017-08-14  0:25     ` David Miller
2017-08-14  5:20       ` Leon Romanovsky
2017-08-14  7:00   ` Jiri Pirko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).