mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 13:22:56 +00:00
This finishes refactor of splitting off net_config library name from net_app library, started inc60df1311
,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>
23 lines
613 B
Plaintext
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
|