Skip to content

Commit

Permalink
feat: add qlcnic drivers to kernel
Browse files Browse the repository at this point in the history
This PR enables the qlcnic drivers needed for qlogic 10GB cards that
show up in places like HP bare metal servers.

Signed-off-by: Spencer Smith <[email protected]>
  • Loading branch information
rsmitty committed Jan 4, 2022
1 parent 0505e01 commit fbb5c5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion kernel/build/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -2532,7 +2532,9 @@ CONFIG_NET_VENDOR_PENSANDO=y
# CONFIG_IONIC is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
CONFIG_QLCNIC=y
CONFIG_QLCNIC_DCB=y
CONFIG_QLCNIC_HWMON=y
CONFIG_NETXEN_NIC=y
CONFIG_QED=y
CONFIG_QEDE=y
Expand Down
5 changes: 4 additions & 1 deletion kernel/build/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -2859,7 +2859,10 @@ CONFIG_NET_VENDOR_PENSANDO=y
# CONFIG_IONIC is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
CONFIG_QLCNIC=y
CONFIG_QLCNIC_SRIOV=y
CONFIG_QLCNIC_DCB=y
CONFIG_QLCNIC_HWMON=y
# CONFIG_NETXEN_NIC is not set
CONFIG_QED=y
CONFIG_QED_SRIOV=y
Expand Down

0 comments on commit fbb5c5c

Please sign in to comment.