• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#===============================================================================
2# @brief    Kconfig file.
3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED.
4#===============================================================================
5choice
6    prompt "Sample"
7
8config SAMPLE_SUPPORT_STA_SAMPLE
9    bool "Support WIFI STA Sample"
10
11config SAMPLE_SUPPORT_SOFTAP_SAMPLE
12    bool "Support WIFI SoftAP Sample."
13
14config SAMPLE_SUPPORT_BLE_WIFI_CFG_SAMPLE
15    bool "Support BLE WIFI CFG Sample"
16
17config SUPPORT_HILINK
18    bool "Support HILINK"
19
20config SUPPORT_UAPI
21    bool "Support UAPI."
22endchoice
23
24config SAMPLE_SUPPORT_SYSCHANNEL_DEV
25    bool
26    prompt "Support Syschannel dev Sample."
27    default n
28    help
29        This option means support Syschannel Dev Sample.