Merge pull request #130615 from zhaofengli/ipoib-cm
kernel: Enable IPoIB Connected Mode
This commit is contained in:
commit
c05bf8a9ce
@ -218,6 +218,11 @@ let
|
||||
# Kernel TLS
|
||||
TLS = whenAtLeast "4.13" module;
|
||||
TLS_DEVICE = whenAtLeast "4.18" yes;
|
||||
|
||||
# infiniband
|
||||
INFINIBAND = module;
|
||||
INFINIBAND_IPOIB = module;
|
||||
INFINIBAND_IPOIB_CM = yes;
|
||||
};
|
||||
|
||||
wireless = {
|
||||
|
Loading…
Reference in New Issue
Block a user