Commit 0861565f authored by Eli Cohen's avatar Eli Cohen Committed by Roland Dreier

IB/mlx5: Remove dependency on X86

Remove Kconfig dependency of mlx5_ib/mlx5_core on X86, since there is
no such dependency in reality.
Signed-off-by: default avatarEli Cohen <eli@mellanox.com>
Signed-off-by: default avatarMichael Neuling <mikey@neuling.org>
Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
parent 6ecde51d
config MLX5_INFINIBAND config MLX5_INFINIBAND
tristate "Mellanox Connect-IB HCA support" tristate "Mellanox Connect-IB HCA support"
depends on NETDEVICES && ETHERNET && PCI && X86 depends on NETDEVICES && ETHERNET && PCI
select NET_VENDOR_MELLANOX select NET_VENDOR_MELLANOX
select MLX5_CORE select MLX5_CORE
---help--- ---help---
......
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
config MLX5_CORE config MLX5_CORE
tristate tristate
depends on PCI && X86 depends on PCI
default n default n
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