Files
SR_Switch_Hilink_14.2.0.308…/application/Kconfig
2025-07-03 23:58:20 +08:00

16 lines
467 B
Plaintext
Executable File

#===============================================================================
# @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