Skip to content

Commit

Permalink
feat: add alx drivers
Browse files Browse the repository at this point in the history
This PR adds support for more qualcomm atheros nics. See https://cateee.net/lkddb/web-lkddb/ALX.html for details on the actual drivers.

Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
  • Loading branch information
rsmitty committed Jul 25, 2023
1 parent fedfafa commit 41191cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,7 @@ CONFIG_NET_VENDOR_ATHEROS=y
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_ALX is not set
CONFIG_ALX=m
# CONFIG_CX_ECAT is not set
CONFIG_NET_VENDOR_BROADCOM=y
# CONFIG_B44 is not set
Expand Down
2 changes: 1 addition & 1 deletion kernel/build/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -2704,7 +2704,7 @@ CONFIG_NET_VENDOR_ATHEROS=y
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_ALX is not set
CONFIG_ALX=m
CONFIG_NET_VENDOR_BROADCOM=y
# CONFIG_B44 is not set
CONFIG_BCMGENET=y
Expand Down

0 comments on commit 41191cf

Please sign in to comment.