drivers/net: add Intel e1000 network card support

add Intel e1000 network card support

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
p-szafonimateusz
2024-04-02 18:23:59 +02:00
committed by Xiang Xiao
parent e3dabcd999
commit bc0c7b0db3
7 changed files with 1995 additions and 0 deletions
+4
View File
@@ -79,6 +79,10 @@ if(CONFIG_NET)
list(APPEND SRCS lan9250.c)
endif()
if(CONFIG_NET_E1000)
list(APPEND SRCS e1000.c)
endif()
if(CONFIG_ARCH_PHY_INTERRUPT)
list(APPEND SRCS phy_notify.c)
endif()