]> granicus.if.org Git - esp-idf/commitdiff
lwip: add prompt when configure max sockets number in menuconfig
authorLiu Zhi Fu <liuzhifu@espressif.com>
Fri, 28 Oct 2016 04:29:26 +0000 (12:29 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Fri, 28 Oct 2016 04:29:26 +0000 (12:29 +0800)
components/lwip/Kconfig

index 715d7dd467cd9b509fbc2a11feeedf2d967ce4a6..a957c1fdb5fc6ddb3575ca5740d9eaab69e7ba82 100644 (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