1# Config options for OpenThread Border CoAP sample app 2 3# Copyright (c) 2024 Alexandre Bailon 4# SPDX-License-Identifier: Apache-2.0 5 6mainmenu "OpenThread CoAP Sample" 7 8menu "Application configuration" 9 10config OT_COAP_SAMPLE_SERVER 11 bool "Build the sample CoAP server application" 12 13config OT_COAP_SAMPLE_LED 14 bool "Enable LED support" 15 default y 16 17config OT_COAP_SAMPLE_SW 18 bool "Enable switch support" 19 default y 20 21endmenu 22 23source "Kconfig.zephyr" 24