mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Remove duplicated NET_SLIP option from drivers/net/Kconfig
This commit is contained in:
@@ -94,10 +94,6 @@ config TELNET_DUMPBUFFER
|
||||
|
||||
endif # NETDEV_TELNET
|
||||
|
||||
config ARCH_HAVE_NETDEV_STATISTICS
|
||||
bool
|
||||
default n
|
||||
|
||||
config NETDEV_STATISTICS
|
||||
bool "Network device driver statistics"
|
||||
depends on NET_STATISTICS && ARCH_HAVE_NETDEV_STATISTICS
|
||||
@@ -307,35 +303,6 @@ config ENCX24J600_REGDEBUG
|
||||
|
||||
endif # ENCX24J600
|
||||
|
||||
menuconfig NET_SLIP
|
||||
bool "SLIP (serial line) support"
|
||||
default n
|
||||
select ARCH_HAVE_NETDEV_STATISTICS
|
||||
---help---
|
||||
Reference: RFC 1055
|
||||
|
||||
if NET_SLIP
|
||||
|
||||
config NET_SLIP_STACKSIZE
|
||||
int "Daemon stack size"
|
||||
default 2048
|
||||
---help---
|
||||
Provides the stack size for SLIP RX and TX.
|
||||
|
||||
config NET_SLIP_DEFPRIO
|
||||
int "Daemon priority"
|
||||
default 128
|
||||
---help---
|
||||
Provides the priority for SLIP RX and TX threads.
|
||||
|
||||
config NET_SLIP_NINTERFACES
|
||||
int "Number of SLIP interfaces"
|
||||
default 1
|
||||
---help---
|
||||
Determines the number of physical interfaces that will be supported.
|
||||
|
||||
endif
|
||||
|
||||
menuconfig NET_FTMAC100
|
||||
bool "Faraday 10/100 Ethernet"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user