LPT26x-HSF-4MB-Hilink_14.2..../application/samples/bt/Kconfig
2025-05-13 22:00:58 +08:00

21 lines
628 B
Plaintext
Executable File

#===============================================================================
# @brief Kconfig file.
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
#===============================================================================
choice
prompt "Sample"
config SAMPLE_SUPPORT_BLE_SAMPLE
bool "Support BLE Sample."
if SAMPLE_SUPPORT_BLE_SAMPLE
osource "application/samples/bt/ble/Kconfig"
endif
config SAMPLE_SUPPORT_SLE_SAMPLE
bool "Support SLE Sample."
if SAMPLE_SUPPORT_SLE_SAMPLE
osource "application/samples/bt/sle/Kconfig"
endif
endchoice