Is your feature request related to a problem? Please describe.
Allow allocator HEAP pool and block mappings to be customised via Kconfig.
Describe the solution you'd like
Kconfig menu would allow for sizing of HEAP pools like IMR, LPSRAM, uncache, etc (size == 0 means pools is disabled) and also allow the block mappings for each size to be specified. Kconfig not expected to validate the selection (unless it can) as compiler should throw an error if pre-processing fails.
Is your feature request related to a problem? Please describe.
Allow allocator HEAP pool and block mappings to be customised via Kconfig.
Describe the solution you'd like
Kconfig menu would allow for sizing of HEAP pools like IMR, LPSRAM, uncache, etc (size == 0 means pools is disabled) and also allow the block mappings for each size to be specified. Kconfig not expected to validate the selection (unless it can) as compiler should throw an error if pre-processing fails.