mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-13 18:04:32 +00:00
Now that ocrdma supports IP-based addressing, we need to depend on INET, since ocrdma registers itself for net device events. Signed-off-by: Roland Dreier <roland@purestorage.com>
8 lines
314 B
Text
8 lines
314 B
Text
config INFINIBAND_OCRDMA
|
|
tristate "Emulex One Connect HCA support"
|
|
depends on ETHERNET && NETDEVICES && PCI && INET && (IPV6 || IPV6=n)
|
|
select NET_VENDOR_EMULEX
|
|
select BE2NET
|
|
---help---
|
|
This driver provides low-level InfiniBand over Ethernet
|
|
support for Emulex One Connect host channel adapters (HCAs).
|