diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 5b7c1841c8b..77e6604877c 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -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