1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/ble/skald/Kconfig
2022-05-24 13:02:10 +02:00

23 lines
687 B
Plaintext

# Copyright (c) 2020 Freie Universitaet Berlin
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
menuconfig KCONFIG_USEMODULE_SKALD
bool "Configure SKALD"
depends on USEMODULE_SKALD
help
Configure Skald, BLE advertising stack, using Kconfig.
if KCONFIG_USEMODULE_SKALD
config SKALD_ADV_CHANNELS
string "Advertising channels"
default "37, 38, 39"
help
Configure advertising channels. Default advertising channels are 37, 38
and 39 which can be customised to upto 40 (0-39) channels.
endif # KCONFIG_USEMODULE_SKALD