mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 11:12:52 +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>
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
CONFIG_GPIO=y
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_IPV6=y
|
|
CONFIG_NET_LOG=y
|
|
CONFIG_NET_UDP=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_IEEE802154_CC2520=y
|
|
CONFIG_COAP=y
|
|
CONFIG_NET_CONFIG_SETTINGS=y
|
|
CONFIG_NET_CONFIG_IEEE802154_CHANNEL=20
|
|
CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::1"
|
|
CONFIG_NET_CONFIG_PEER_IPV6_ADDR="2001:db8::2"
|