zephyr/samples/net/openthread/ncp/Kconfig
Markus Becker 63e592f8f6 net: openthread: Add NCP sample
OpenThread NCP sample application.

Tested on FRDM-K64 with RF2XX connected via USB to a Linux machine
running wpantund.

Signed-off-by: Markus Becker <markus.becker@tridonic.com>
2020-03-25 08:37:16 +02: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"