Skip to content

Commit

Permalink
xrun: config: fix XRUN_STORAGE_DMA_DEBOUNCE
Browse files Browse the repository at this point in the history
The XRUN_STORAGE_DMA_DEBOUNCE is needed only for RPI5 for now, so set
default value to 0.

Signed-off-by: Grygorii Strashko <[email protected]>
  • Loading branch information
Grygorii Strashko committed Jul 23, 2024
1 parent 0cebb34 commit 3b4d59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrun/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ config XRUN_IRQS_MAX

config XRUN_STORAGE_DMA_DEBOUNCE
int "Set debounce buffer for FS storage access in KB"
default 4
default 0
help
Sets debounce buffer for FS storage access in KB which is required to
enable DMA for storage devices. The xenlib may use DMA incompatible
Expand Down

0 comments on commit 3b4d59a

Please sign in to comment.