mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 19:46:41 +07:00
9392fa0641
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>
9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
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).
|