summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/wlan/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/wlan/defconfig')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/wlan/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/wlan/defconfig b/nuttx/configs/olimex-lpc1766stk/wlan/defconfig
index e80c70622..0d375c2c5 100755
--- a/nuttx/configs/olimex-lpc1766stk/wlan/defconfig
+++ b/nuttx/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