初始提交

This commit is contained in:
2025-05-13 22:00:58 +08:00
commit e4c030b0c0
564 changed files with 78858 additions and 0 deletions

View File

@ -0,0 +1,31 @@
#===============================================================================
# @brief Kconfig file.
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
#===============================================================================
choice
prompt "SLE Sample"
config SAMPLE_SUPPORT_SLE_UUID_SERVER_SAMPLE
bool "Support SLE UUID Server Sample."
config SAMPLE_SUPPORT_SLE_UUID_CLIENT_SAMPLE
bool "Support SLE UUID Client Sample."
config SAMPLE_SUPPORT_SLE_SPEED_SERVER_SAMPLE
bool "Support SLE Throughput Server Sample."
config LARGE_THROUGHPUT_SERVER
bool "server large throughput."
default y
depends on SAMPLE_SUPPORT_SLE_SPEED_SERVER_SAMPLE
config SAMPLE_SUPPORT_SLE_SPEED_CLIENT_SAMPLE
bool "Support SLE Throughput Client Sample."
config LARGE_THROUGHPUT_CLIENT
bool "client large throughput."
default y
depends on SAMPLE_SUPPORT_SLE_SPEED_CLIENT_SAMPLE
endchoice