configs/rgmp/x86/default: Configuration converted to use the kconfig-frontends tools

This commit is contained in:
Gregory Nutt
2014-03-06 11:47:16 -06:00
parent 2993bd108d
commit 4bbbe80a31
7 changed files with 654 additions and 252 deletions
+16
View File
@@ -235,6 +235,22 @@ config NET_E1000
bool "E1000 support"
default n
if NET_E1000
config E1000_N_TX_DESC
int "Number of TX descriptors"
default 128
config E1000_N_RX_DESC
int "Number of RX descriptors"
default 128
config E1000_BUFF_SIZE
int "Buffer size"
default 2048
endif # NET_E1000
config NET_SLIP
bool "SLIP (serial line) support"
default n