Commit cb44a860 authored by David S. Miller's avatar David S. Miller

Merge branch 'mlnx-i2c'

Ohad Oz says:

====================
Enable Mellanox switch device in I2C mode

The following patch set updates global to Mellanox Kconfig files to support
configuration of Mellanox Switch (mlxsw) without PCI and with I2C only.
====================
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 54161ed4 a656d34a
...@@ -5,9 +5,10 @@ ...@@ -5,9 +5,10 @@
config NET_VENDOR_MELLANOX config NET_VENDOR_MELLANOX
bool "Mellanox devices" bool "Mellanox devices"
default y default y
depends on PCI depends on PCI || I2C
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y. If you have a network (Ethernet or RDMA) device belonging to this
class, say Y.
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
......
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