drivers/net/Kconfig: Move NET_IGC_TXDESC and NET_IGC_RXDESC to NET_IGC menu

This commit is contained in:
LuchianMihai 2025-06-30 22:31:20 +03:00 committed by Xiang Xiao
parent 5594c2e887
commit f4e8def270

View file

@ -815,14 +815,6 @@ config NET_E1000_RXSPARE
endif # NET_E1000
config NET_IGC_TXDESC
int "Intel IGC TX descriptors"
default 256
config NET_IGC_RXDESC
int "Intel IGC RX descriptors"
default 256
menuconfig NET_IGC
bool "Intel IGC support"
default n
@ -832,6 +824,14 @@ menuconfig NET_IGC
if NET_IGC
config NET_IGC_TXDESC
int "Intel IGC TX descriptors"
default 256
config NET_IGC_RXDESC
int "Intel IGC RX descriptors"
default 256
config NET_IGC_RXSPARE
int "Intel IGC spare RX buffers"
default 8