• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#===============================================================================
2# @brief    Kconfig file.
3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED.
4#===============================================================================
5
6choice
7    prompt "SLE Sample"
8
9config SAMPLE_SUPPORT_SLE_UUID_SERVER_SAMPLE
10    bool "Support SLE UUID Server Sample."
11
12config SAMPLE_SUPPORT_SLE_UUID_CLIENT_SAMPLE
13    bool "Support SLE UUID Client Sample."
14
15config SAMPLE_SUPPORT_SLE_SPEED_SERVER_SAMPLE
16    bool "Support SLE Throughput Server Sample."
17
18config SAMPLE_SUPPORT_SLE_SPEED_CLIENT_SAMPLE
19    bool "Support SLE Throughput Client Sample."
20
21endchoice