Skip to content

Commit

Permalink
configs: Add various Intel Ethernet drivers
Browse files Browse the repository at this point in the history
See: #5797
See: #6102

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell authored and popcornmix committed Jun 3, 2024
1 parent 2f86753 commit c77e00b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/configs/bcm2711_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,10 @@ CONFIG_TUN=m
CONFIG_VETH=m
CONFIG_NET_VRF=m
CONFIG_BCMGENET=y
CONFIG_IGB=m
CONFIG_IXGBE=m
CONFIG_I40E=m
CONFIG_IGC=m
CONFIG_ENC28J60=m
CONFIG_LAN743X=m
CONFIG_QCA7000_SPI=m
Expand Down
4 changes: 4 additions & 0 deletions arch/arm64/configs/bcm2711_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ CONFIG_NET_VRF=m
CONFIG_VSOCKMON=m
CONFIG_BCMGENET=y
CONFIG_MACB=y
CONFIG_IGB=m
CONFIG_IXGBE=m
CONFIG_I40E=m
CONFIG_IGC=m
CONFIG_ENC28J60=m
CONFIG_LAN743X=m
CONFIG_QCA7000_SPI=m
Expand Down
4 changes: 4 additions & 0 deletions arch/arm64/configs/bcm2712_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,10 @@ CONFIG_NET_VRF=m
CONFIG_VSOCKMON=m
CONFIG_BCMGENET=y
CONFIG_MACB=y
CONFIG_IGB=m
CONFIG_IXGBE=m
CONFIG_I40E=m
CONFIG_IGC=m
CONFIG_ENC28J60=m
CONFIG_LAN743X=m
CONFIG_QCA7000_SPI=m
Expand Down

0 comments on commit c77e00b

Please sign in to comment.