drivers/net: add support for Intel I225 network card

add support for Intel I225 network card

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
p-szafonimateusz
2024-09-12 12:31:22 +02:00
committed by Xiang Xiao
parent bc0c7b0db3
commit 1e212981b9
7 changed files with 1948 additions and 0 deletions
+19
View File
@@ -801,4 +801,23 @@ config NET_E1000_82574L
endif # NET_E1000
menuconfig NET_IGC
bool "Intel IGC support"
default n
depends on PCI && PCI_MSIX
---help---
Enable IGC PCI Ethernet driver.
if NET_IGC
config NET_IGC_RXSPARE
int "Intel IGC spare RX buffers"
default 8
config NET_IGC_I225LM
bool "Intel I225LM"
default n
endif # NET_IGC
endif # NETDEVICES