1#=============================================================================== 2# @brief Kconfig file. 3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. 4#=============================================================================== 5 6choice 7 prompt "BLE Sample" 8 9config SAMPLE_SUPPORT_BLE_GATT_CLIENT_SAMPLE 10 bool "Support BLE GATT Client Sample." 11 12config SAMPLE_SUPPORT_BLE_GATT_SERVER_SAMPLE 13 bool "Support BLE GATT Server Sample." 14 15config SAMPLE_SUPPORT_BLE_SPEED_SERVER_SAMPLE 16 bool "Support BLE Throughput Server Sample." 17 18config SAMPLE_SUPPORT_BLE_SPEED_CLIENT_SAMPLE 19 bool "Support BLE Throughput Client Sample" 20 21endchoice