zephyr/samples/net/openthread/coprocessor/Kconfig
Markus Becker 638b5f389f net: openthread: OpenThread RCP mode integration into Zephyr
* Add RCP library.
* Conditionally remove non required libraries not required for RCP.
* Drop :option: marker for CONFIG_OPENTHREAD_NCP_SPINEL_ON_UART_ACM

Signed-off-by: Markus Becker <markus.becker@tridonic.com>
2020-11-19 12:34:14 +01:00

17 lines
336 B
Plaintext

# Config options for OpenThread Border Router sample app
# Copyright (c) 2020 Tridonic GmbH & Co KG
# SPDX-License-Identifier: Apache-2.0
mainmenu "OpenThread NCP"
menu "Application configuration"
config NET_SAMPLE_APPLICATION_VERSION
string "Version number for the application"
default "v0.0.0"
endmenu
source "Kconfig.zephyr"