Commit 8122e08b authored by Ohad Oz's avatar Ohad Oz Committed by David S. Miller

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: default avatarOhad Oz <ohado@mellanox.com>
Acked-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Acked-by: default avatarJiri Pirko <jiri@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 54161ed4
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment