mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 13:32:33 +00:00
The NET_SLIP Kconfig choice option doesn't really do anything for us, plus we get warnings related to setting CONFIG_NET_SLIP=y in prj.conf files. Warnings like: warning: override: reassigning to symbol NET_SLIP warning: override: NET_SLIP_TAP changes choice state So remove NET_SLIP choice and remove CONFIG_NET_SLIP=y in the prj.conf files. Change-Id: Ibccf9cf167f4c8a4df480ca0396bf83fcf60df1e Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
CONFIG_NETWORKING=y
|
|
CONFIG_NET_IPV6=y
|
|
CONFIG_NET_LOG=y
|
|
CONFIG_NET_UDP=y
|
|
CONFIG_NET_SLIP_TAP=y
|
|
CONFIG_SYS_LOG=y
|
|
CONFIG_SYS_LOG_SHOW_COLOR=y
|
|
CONFIG_RANDOM_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_ZOAP=y
|