aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky2018-06-13 13:55:28 +0200
committerDamien George2018-06-27 14:58:54 +1000
commit543352ac21093d351943d895caf4e7e55f947553 (patch)
tree8aa86a58e593a3237406f14fbd5c9f5b67d9223c
parentbdceea1d12d2041811f62c72f0b17d13d9f6d1a6 (diff)
zephyr/prj_base.conf: Remove outdated CONFIG_NET_NBUF_RX_COUNT option.
CONFIG_NET_NBUF_RX_COUNT no longer exists in Zephyr, for a while. That means we build with the default RX buf count for a while too, and it works, so just remove it (instead of switching to what it was renamed to, CONFIG_NET_PKT_RX_COUNT).
-rw-r--r--ports/zephyr/prj_base.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/zephyr/prj_base.conf b/ports/zephyr/prj_base.conf
index c39779548..49c851992 100644
--- a/ports/zephyr/prj_base.conf
+++ b/ports/zephyr/prj_base.conf
@@ -26,7 +26,6 @@ CONFIG_NET_UDP=y
CONFIG_NET_TCP=y
CONFIG_NET_SOCKETS=y
CONFIG_TEST_RANDOM_GENERATOR=y
-CONFIG_NET_NBUF_RX_COUNT=5
CONFIG_NET_APP_SETTINGS=y
CONFIG_NET_APP_INIT_TIMEOUT=3