Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions arch/risc-v/src/common/espressif/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4202,6 +4202,16 @@ endmenu # Touch Sensor Configuration
menu "I2S Configuration"
depends on ESPRESSIF_I2S

config ESPRESSIF_I2S_ASYNC_THREAD_STACKSIZE
int "I2S async I/O thread stack size"
default 3072
range 1024 8192
depends on ESPRESSIF_I2S
---help---
One dedicated pthread services both TX and RX job queues and may
block inside the Espressif I2S HAL (read/write). Size the stack
accordingly.

config ESPRESSIF_I2S_MAXINFLIGHT
int "I2S queue size"
default 4
Expand Down
Loading
Loading