diff options
author | Laura Abbott <labbott@redhat.com> | 2018-04-09 12:38:43 -0700 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2018-04-11 10:59:42 -0700 |
commit | 6cb6bcb52861272a97382821b023199d24723c14 (patch) | |
tree | 20691d8b7a1167d3b606a856e229d7832a6b9b6d /configs | |
parent | b9a77b3f37d6c149778be8745c8fd630b17e946e (diff) | |
download | kernel-6cb6bcb52861272a97382821b023199d24723c14.tar.gz kernel-6cb6bcb52861272a97382821b023199d24723c14.tar.xz kernel-6cb6bcb52861272a97382821b023199d24723c14.zip |
Enable a few infiniband options (rhbz 1291902)
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_INFINIBAND_QEDR | 2 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_SMC | 2 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_SMC_DIAG | 1 | ||||
-rw-r--r-- | configs/fedora/generic/x86/x86_64/CONFIG_INFINIBAND_BNXT_RE | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/configs/fedora/generic/CONFIG_INFINIBAND_QEDR b/configs/fedora/generic/CONFIG_INFINIBAND_QEDR index 5fa3da394..657c87e5c 100644 --- a/configs/fedora/generic/CONFIG_INFINIBAND_QEDR +++ b/configs/fedora/generic/CONFIG_INFINIBAND_QEDR @@ -1 +1 @@ -# CONFIG_INFINIBAND_QEDR is not set +CONFIG_INFINIBAND_QEDR=m diff --git a/configs/fedora/generic/CONFIG_SMC b/configs/fedora/generic/CONFIG_SMC index 88600dc91..56a7452af 100644 --- a/configs/fedora/generic/CONFIG_SMC +++ b/configs/fedora/generic/CONFIG_SMC @@ -1 +1 @@ -# CONFIG_SMC is not set +CONFIG_SMC=m diff --git a/configs/fedora/generic/CONFIG_SMC_DIAG b/configs/fedora/generic/CONFIG_SMC_DIAG new file mode 100644 index 000000000..728cb1e4f --- /dev/null +++ b/configs/fedora/generic/CONFIG_SMC_DIAG @@ -0,0 +1 @@ +CONFIG_SMC_DIAG=m diff --git a/configs/fedora/generic/x86/x86_64/CONFIG_INFINIBAND_BNXT_RE b/configs/fedora/generic/x86/x86_64/CONFIG_INFINIBAND_BNXT_RE new file mode 100644 index 000000000..23a29a3f1 --- /dev/null +++ b/configs/fedora/generic/x86/x86_64/CONFIG_INFINIBAND_BNXT_RE @@ -0,0 +1 @@ +CONFIG_INFINIBAND_BNXT_RE=m |