arch/xtensa/Kconfig: Add help for the seperate internal heap.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
5ac5655fa4
commit
34ad33c8b2
@ -97,6 +97,14 @@ config XTENSA_CP_INITSET
|
||||
config XTENSA_USE_SEPERATE_IMEM
|
||||
bool "Use a seperate heap for internal memory"
|
||||
default n
|
||||
help
|
||||
This is a seperate internal heap that's used by drivers when certain operations
|
||||
are not possible with the provided buffer(s).
|
||||
Mainly, when the provided buffer comes from external RAM and a DMA or flash
|
||||
operation is going to be performed.
|
||||
|
||||
This seperate heap will be part of the internal DRAM. It starts right after .data
|
||||
and ends at the configurable size given by the OPTION XTENSA_IMEM_REGION_SIZE.
|
||||
|
||||
config XTENSA_IMEM_REGION_SIZE
|
||||
hex "DRAM region size for internal use"
|
||||
|
Loading…
Reference in New Issue
Block a user