diff --git a/configs/detron/wlan/defconfig b/configs/detron/wlan/defconfig index 5a4e63220f..fc9a69312b 100755 --- a/configs/detron/wlan/defconfig +++ b/configs/detron/wlan/defconfig @@ -511,6 +511,8 @@ CONFIG_MMCSD_HAVECARDDETECT=n # # TCP/IP and UDP support via uIP # CONFIG_NET - Enable or disable all network features +# CONFIG_NET_NOINTS - uIP not called from interrupt level. +# CONFIG_NET_MULTIBUFFER - Use multiple input/output buffers (probably no) # CONFIG_NET_IPv6 - Build in support for IPv6 # CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread. # CONFIG_NET_SOCKOPTS - Enable or disable support for socket options @@ -536,6 +538,8 @@ CONFIG_MMCSD_HAVECARDDETECT=n # CONFIG_NET_WLAN - Enable or disable WLAN network interface # CONFIG_NET=y +CONFIG_NET_NOINTS=y +CONFIG_NET_MULTIBUFFER=y CONFIG_NET_IPv6=n CONFIG_NSOCKET_DESCRIPTORS=2 CONFIG_NET_SOCKOPTS=y diff --git a/configs/olimex-lpc1766stk/slip-httpd/defconfig b/configs/olimex-lpc1766stk/slip-httpd/defconfig index 049b751c88..71a5109dfc 100755 --- a/configs/olimex-lpc1766stk/slip-httpd/defconfig +++ b/configs/olimex-lpc1766stk/slip-httpd/defconfig @@ -522,7 +522,7 @@ CONFIG_MMCSD_HAVECARDDETECT=n # TCP/IP and UDP support via uIP # CONFIG_NET - Enable or disable all network features # CONFIG_NET_SLIP - Use the SLIP data link layer (L2) -# CONFIG_NET_NOINT - uIP not called from interrupt level. +# CONFIG_NET_NOINTS - uIP not called from interrupt level. # CONFIG_NET_MULTIBUFFER - Use multiple input/output buffers (probably no) # CONFIG_NET_IPv6 - Build in support for IPv6 # CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread. diff --git a/configs/olimex-lpc1766stk/wlan/defconfig b/configs/olimex-lpc1766stk/wlan/defconfig index e80c70622f..0d375c2c5e 100755 --- a/configs/olimex-lpc1766stk/wlan/defconfig +++ b/configs/olimex-lpc1766stk/wlan/defconfig @@ -510,6 +510,8 @@ CONFIG_MMCSD_HAVECARDDETECT=n # # TCP/IP and UDP support via uIP # CONFIG_NET - Enable or disable all network features +# CONFIG_NET_NOINTS - uIP not called from interrupt level. +# CONFIG_NET_MULTIBUFFER - Use multiple input/output buffers (probably no) # CONFIG_NET_IPv6 - Build in support for IPv6 # CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread. # CONFIG_NET_SOCKOPTS - Enable or disable support for socket options @@ -535,6 +537,8 @@ CONFIG_MMCSD_HAVECARDDETECT=n # CONFIG_NET_WLAN - Enable or disable WLAN network interface # CONFIG_NET=y +CONFIG_NET_NOINTS=y +CONFIG_NET_MULTIBUFFER=y CONFIG_NET_IPv6=n CONFIG_NSOCKET_DESCRIPTORS=2 CONFIG_NET_SOCKOPTS=y