Skip to content

Commit

Permalink
Merge pull request #2271 from foersleo/metal_cisco_ucs
Browse files Browse the repository at this point in the history
kernel: add driver support for Cisco UCS platforms
  • Loading branch information
foersleo authored Jul 15, 2022
2 parents 4fb1e04 + 9ddf03a commit af517f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/kernel-5.10/config-bottlerocket-metal
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ CONFIG_TIGON3_HWMON=y
CONFIG_TIGON3=m
CONFIG_BNXT=m

# Cisco UCS network support
CONFIG_NET_VENDOR_CISCO=y
CONFIG_ENIC=m
CONFIG_INFINIBAND_USNIC=m

# Intel 10G network support
CONFIG_IXGB=m
CONFIG_IXGBE=m
Expand All @@ -37,6 +42,10 @@ CONFIG_NET_VENDOR_MELLANOX=y
CONFIG_MLX5_CORE_EN=y
CONFIG_NET_SWITCHDEV=y

# Cisco UCS HBA support
CONFIG_FCOE_FNIC=m
CONFIG_SCSI_SNIC=m

# LSI Logic's SAS based RAID controllers
CONFIG_MEGARAID_SAS=y

Expand Down
9 changes: 9 additions & 0 deletions packages/kernel-5.15/config-bottlerocket-metal
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ CONFIG_TIGON3_HWMON=y
CONFIG_TIGON3=m
CONFIG_BNXT=m

# Cisco UCS network support
CONFIG_NET_VENDOR_CISCO=y
CONFIG_ENIC=m
CONFIG_INFINIBAND_USNIC=m

# Intel 10G network support
CONFIG_IXGB=m
CONFIG_IXGBE=m
Expand All @@ -37,6 +42,10 @@ CONFIG_NET_VENDOR_MELLANOX=y
CONFIG_MLX5_CORE_EN=y
CONFIG_NET_SWITCHDEV=y

# Cisco UCS HBA support
CONFIG_FCOE_FNIC=m
CONFIG_SCSI_SNIC=m

# LSI Logic's SAS based RAID controllers
CONFIG_MEGARAID_SAS=y

Expand Down

0 comments on commit af517f8

Please sign in to comment.