mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 21:50:14 +00:00
Add option for selecting coherent DMA.
This commit is contained in:
parent
60d188353c
commit
a0e2f29bdf
1 changed files with 7 additions and 0 deletions
|
|
@ -11,6 +11,13 @@ config LITEX_SYS_CORE_FREQ_HZ
|
|||
---help---
|
||||
This value should match default frequency of the FPGA fabric system clock.
|
||||
|
||||
config LITEX_COHERENT_DMA
|
||||
bool "Litex Coherent DMA"
|
||||
default n
|
||||
---help---
|
||||
Select this option if the soft core was build with coherent DMA. When selected,
|
||||
dcache is considered coherent and not invalidated before DMA transfers.
|
||||
|
||||
menu "LITEX Peripheral Support"
|
||||
|
||||
# These "hidden" settings determine whether a peripheral option is available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue