Skip to content
Open
Show file tree
Hide file tree
Changes from 8 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
8 changes: 7 additions & 1 deletion drivers/i2s/Kconfig.esp32
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ config I2S_ESP32
depends on DT_HAS_ESPRESSIF_ESP32_I2S_ENABLED
select DMA if DT_HAS_ESPRESSIF_ESP32_GDMA_ENABLED
help
Enables the ESP32 I2S driver (GDMA SoCs only).
Enables the ESP32 I2S driver.

if I2S_ESP32

Expand All @@ -31,4 +31,10 @@ config I2S_ESP32_DMA_DESC_NUM_MAX
help
Max number of link descriptor available for DMA transfers on each I2S channel

config I2S_ESP32_ALLOWED_EMPTY_TX_QUEUE_DEFERRAL_TIME_MS
int "ESP32 I2S empty TX queue processing deferral time"
default 0
help
Allowed deferral time for processing an empty tx queue in milliseconds

endif
Loading