Standardize naming of all SLIP configuration options

This commit is contained in:
Gregory Nutt
2015-08-06 15:07:57 -06:00
parent 3cb9af4dd9
commit 2e25cd0639
@@ -510,9 +510,9 @@ CONFIG_NET_GUARDSIZE=2
# #
# CONFIG_NET_MULTILINK is not set # CONFIG_NET_MULTILINK is not set
# CONFIG_NET_ETHERNET is not set # CONFIG_NET_ETHERNET is not set
CONFIG_SLIP_NINTERFACES=1 CONFIG_NET_SLIPNINTERFACES=1
CONFIG_SLIP_STACKSIZE=2048 CONFIG_NET_SLIPSTACKSIZE=2048
CONFIG_SLIP_DEFPRIO=128 CONFIG_NET_SLIPDEFPRIO=128
# CONFIG_NET_TUN is not set # CONFIG_NET_TUN is not set
# #