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 Jul 11, 2024
1 parent 7142363 commit 854b198
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 @@ -494,6 +494,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 @@ -519,6 +519,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 @@ -522,6 +522,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 854b198

Please sign in to comment.