初始提交

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,26 @@
#===============================================================================
# @brief Kconfig file.
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
#===============================================================================
config SAMPLE_SUPPORT_I2S_DMA_LLI_MASTER
bool
prompt "Support I2S Master Sample."
default n
depends on SAMPLE_SUPPORT_I2S_DMA_LLI
help
This option means support I2S Master Sample.
config SAMPLE_SUPPORT_I2S_DMA_LLI_SLAVE
bool
prompt "Support I2S Slave Sample."
default n
depends on SAMPLE_SUPPORT_I2S_DMA_LLI
help
This option means support I2S Slave Sample.
config I2S_TRANSFER_LEN_OF_DMA_LLI
int
prompt "Set the length of transfer by DMA."
default 128
help
This option means the length of transfer by DMA.