mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 07:55:32 +00:00
drivers/net/Kconfig: Move NET_IGC_TXDESC and NET_IGC_RXDESC to NET_IGC menu
This commit is contained in:
parent
5594c2e887
commit
f4e8def270
1 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue