zephyr/samples/net/echo_client/overlay-qemu_802154.conf
Paul Sokolovsky 028aae1ec9 net: config: Rename Kconfig options to correspond to library name
This finishes refactor of splitting off net_config library name from
net_app library, started in c60df1311, c89a06dbc. This commit makes
sure that Kconfig options are prefixed with CONFIG_NET_CONFIG_
instead of CONFIG_NET_APP_, and propagates these changes thru the
app configs in the tree.

Also, minor dependency, etc. tweaks are made.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-08-13 18:42:31 -07:00

23 lines
613 B
Plaintext

CONFIG_NET_IPV4=n
CONFIG_NET_CONFIG_NEED_IPV4=n
CONFIG_NET_CONFIG_MY_IPV4_ADDR=""
CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
CONFIG_NET_L2_IEEE802154=y
CONFIG_NET_DEBUG_L2_IEEE802154=y
CONFIG_NET_DEBUG_L2_IEEE802154_FRAGMENT=y
CONFIG_IEEE802154_UPIPE=y
CONFIG_SYS_LOG_IEEE802154_DRIVER_LEVEL=1
CONFIG_NET_DEBUG_L2_IEEE802154_DISPLAY_PACKET=n
CONFIG_NET_L2_IEEE802154_SHELL=y
# This prevents automatic creation of ethernet interface as we
# do not have SLIP in use in this test.
CONFIG_NET_TEST=y
# This sample uses more stack so update the values
CONFIG_MAIN_STACK_SIZE=2000
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2000