Skip to content

Commit

Permalink
chore: enable intel ice drivers
Browse files Browse the repository at this point in the history
Enable intel ICE drivers for the 800 Series adapters.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Sep 13, 2022
1 parent 606ff32 commit 049b3c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion kernel/build/config-amd64
Expand Up @@ -2427,7 +2427,7 @@ CONFIG_I40E=y
# CONFIG_I40E_DCB is not set
CONFIG_IAVF=y
CONFIG_I40EVF=y
# CONFIG_ICE is not set
CONFIG_ICE=y
# CONFIG_FM10K is not set
CONFIG_IGC=y
# CONFIG_JME is not set
Expand Down Expand Up @@ -4287,6 +4287,7 @@ CONFIG_INFINIBAND=y
CONFIG_INFINIBAND_ADDR_TRANS=y
CONFIG_INFINIBAND_VIRT_DMA=y
# CONFIG_INFINIBAND_MTHCA is not set
# CONFIG_INFINIBAND_IRDMA is not set
# CONFIG_MLX4_INFINIBAND is not set
# CONFIG_MLX5_INFINIBAND is not set
# CONFIG_INFINIBAND_OCRDMA is not set
Expand Down Expand Up @@ -5471,6 +5472,8 @@ CONFIG_PARMAN=y
CONFIG_OBJAGG=y
# end of Library routines

CONFIG_PLDMFW=y

#
# Kernel hacking
#
Expand Down
4 changes: 3 additions & 1 deletion kernel/build/config-arm64
Expand Up @@ -2749,7 +2749,7 @@ CONFIG_I40E=y
# CONFIG_I40E_DCB is not set
CONFIG_IAVF=y
CONFIG_I40EVF=y
# CONFIG_ICE is not set
CONFIG_ICE=y
# CONFIG_FM10K is not set
CONFIG_IGC=y
# CONFIG_JME is not set
Expand Down Expand Up @@ -5590,6 +5590,7 @@ CONFIG_INFINIBAND_ADDR_TRANS=y
CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS=y
CONFIG_INFINIBAND_VIRT_DMA=y
# CONFIG_INFINIBAND_MTHCA is not set
# CONFIG_INFINIBAND_IRDMA is not set
# CONFIG_MLX4_INFINIBAND is not set
# CONFIG_MLX5_INFINIBAND is not set
# CONFIG_INFINIBAND_OCRDMA is not set
Expand Down Expand Up @@ -7923,6 +7924,7 @@ CONFIG_OBJAGG=y
# end of Library routines

CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y
CONFIG_PLDMFW=y

#
# Kernel hacking
Expand Down

0 comments on commit 049b3c6

Please sign in to comment.