first commit
This commit is contained in:
15
application/Kconfig
Executable file
15
application/Kconfig
Executable file
@ -0,0 +1,15 @@
|
||||
#===============================================================================
|
||||
# @brief Kconfig file.
|
||||
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
|
||||
#===============================================================================
|
||||
|
||||
config SAMPLE_ENABLE
|
||||
bool
|
||||
prompt "Enable Sample."
|
||||
default n
|
||||
help
|
||||
This option means support Samples.
|
||||
|
||||
if SAMPLE_ENABLE
|
||||
osource "application/samples/Kconfig"
|
||||
endif
|
Reference in New Issue
Block a user