15 lines
477 B
Plaintext
Executable File
15 lines
477 B
Plaintext
Executable File
#===============================================================================
|
|
# @brief Kconfig file.
|
|
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
|
|
#===============================================================================
|
|
choice
|
|
prompt "Sample"
|
|
|
|
config SUPPORT_RADAR_STA_SAMPLE
|
|
bool "Support RADAR STA Sample"
|
|
|
|
config SUPPORT_RADAR_SOFTAP_SAMPLE
|
|
bool "Support RADAR SoftAP Sample."
|
|
|
|
endchoice
|