summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net/slip.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/net/slip.c')
-rw-r--r--nuttx/drivers/net/slip.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/drivers/net/slip.c b/nuttx/drivers/net/slip.c
index c3dcb5e03..899e4e5be 100644
--- a/nuttx/drivers/net/slip.c
+++ b/nuttx/drivers/net/slip.c
@@ -73,6 +73,10 @@
# error "UIP_LLH_LEN must be set to zero"
#endif
+#ifdef CONFIG_NET_MULTIBUFFER
+# error "Requires CONFIG_NET_MULTIBUFFER"
+#endif
+
#ifndef CONFIG_SLIP_STACKSIZE
# define CONFIG_SLIP_STACKSIZE 1024
#endif