first commit
This commit is contained in:
14
application/samples/radar/Kconfig
Executable file
14
application/samples/radar/Kconfig
Executable file
@ -0,0 +1,14 @@
|
||||
#===============================================================================
|
||||
# @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
|
Reference in New Issue
Block a user