diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-30 12:22:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-30 12:22:58 +0000 |
commit | cda54d631e3f222133363155f9a3f43bc141a829 (patch) | |
tree | 7214c53bab425846c344d59f0e3d7837c34e4ab7 /main/linux-grsec/kernelconfig.x86_64 | |
parent | 5c88f2e2dd9fd6baa230a8f5d94c1e8655f492da (diff) | |
download | aports-cda54d631e3f222133363155f9a3f43bc141a829.tar.bz2 aports-cda54d631e3f222133363155f9a3f43bc141a829.tar.xz |
main/linux-grsec: enable QLogic Infiniband & ISER Target kernel modules
ref #3398
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86_64')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index 4e96622089..d80ae897b9 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -4771,7 +4771,8 @@ CONFIG_INFINIBAND_ADDR_TRANS=y CONFIG_INFINIBAND_MTHCA=m # CONFIG_INFINIBAND_MTHCA_DEBUG is not set # CONFIG_INFINIBAND_IPATH is not set -# CONFIG_INFINIBAND_QIB is not set +CONFIG_INFINIBAND_QIB=m +CONFIG_INFINIBAND_QIB_DCA=y CONFIG_INFINIBAND_AMSO1100=m # CONFIG_INFINIBAND_AMSO1100_DEBUG is not set CONFIG_INFINIBAND_CXGB3=m @@ -4789,7 +4790,7 @@ CONFIG_INFINIBAND_IPOIB=m CONFIG_INFINIBAND_SRP=m CONFIG_INFINIBAND_SRPT=m CONFIG_INFINIBAND_ISER=m -# CONFIG_INFINIBAND_ISERT is not set +CONFIG_INFINIBAND_ISERT=m # CONFIG_EDAC is not set CONFIG_RTC_LIB=y CONFIG_RTC_CLASS=y |