lwip: add prompt when configure max sockets number in menuconfig

This commit is contained in:
Liu Zhi Fu 2016-10-28 12:29:26 +08:00
parent 305b63209e
commit 38ff616e4a

View file

@ -1,7 +1,7 @@
menu "LWIP"
config LWIP_MAX_SOCKETS
int "Max number of open sockets"
int "Max number of open sockets, the valid value is from 1 to 16"
range 1 16
default 4
help