1#=============================================================================== 2# @brief Kconfig file. 3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. 4#=============================================================================== 5config SAMPLE_SUPPORT_I2S_DMA_LLI_MASTER 6 bool 7 prompt "Support I2S Master Sample." 8 default n 9 depends on SAMPLE_SUPPORT_I2S_DMA_LLI 10 help 11 This option means support I2S Master Sample. 12 13config SAMPLE_SUPPORT_I2S_DMA_LLI_SLAVE 14 bool 15 prompt "Support I2S Slave Sample." 16 default n 17 depends on SAMPLE_SUPPORT_I2S_DMA_LLI 18 help 19 This option means support I2S Slave Sample. 20 21config I2S_TRANSFER_LEN_OF_DMA_LLI 22 int 23 prompt "Set the length of transfer by DMA." 24 default 128 25 help 26 This option means the length of transfer by DMA.