mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
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:
committed by
Xiang Xiao
parent
bc0c7b0db3
commit
1e212981b9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user