drivers/net: add IGB network card support
Build Documentation / build-html (push) Has been cancelled

Add support for Intel IGB type of network cards.

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
p-szafonimateusz
2025-06-09 13:04:38 +02:00
committed by Alin Jerpelea
parent 735e16f842
commit 880c8e5d26
8 changed files with 2156 additions and 2 deletions
+4
View File
@@ -89,6 +89,10 @@ if(CONFIG_NET)
list(APPEND SRCS e1000.c)
endif()
if(CONFIG_NET_IGB)
list(APPEND SRCS igb.c)
endif()
if(CONFIG_NET_IGC)
list(APPEND SRCS igc.c)
endif()