Skip to content

Commit

Permalink
Add support for Intel GMAC Ethernet controller (#2589) (#2593)
Browse files Browse the repository at this point in the history
Add support for Intel GMAC Ethernet controller as found on Intel Elkhart
Lake based SoC (e.g. Fitlet3)
  • Loading branch information
agners committed Jun 15, 2023
1 parent 2e1069d commit 9ca836f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildroot-external/board/pc/generic-x86-64/kernel.config
Expand Up @@ -41,6 +41,11 @@ CONFIG_RTL_CARDS=m
CONFIG_RTL8723BE=y
CONFIG_RTL8723BS=y

CONFIG_NET_VENDOR_STMICRO=y
CONFIG_STMMAC_ETH=m
CONFIG_DWMAC_INTEL=m
CONFIG_STMMAC_PCI=m

CONFIG_BCMA=m

CONFIG_SYSFB=y
Expand Down

0 comments on commit 9ca836f

Please sign in to comment.