Skip to content
Snippets Groups Projects
Select Git revision
20 results

Kconfig

  • Laura Abbott's avatar
    b3096ba9
    cma: Increase the default number of regions · b3096ba9
    Laura Abbott authored
    
    The total number of CMA regions that can be created is statically
    decided at compile time via a config option. Incoming memory map
    changes increase the number of CMA regions significantly across
    almost all targets. Rather than make every target set the CONFIG,
    just increase the default number. The additional overhead is very
    small.
    
    Change-Id: I2f60ee56b43c256f3bfa4d1e3ab95a8f378568ab
    Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
    b3096ba9
    History
    cma: Increase the default number of regions
    Laura Abbott authored
    
    The total number of CMA regions that can be created is statically
    decided at compile time via a config option. Incoming memory map
    changes increase the number of CMA regions significantly across
    almost all targets. Rather than make every target set the CONFIG,
    just increase the default number. The additional overhead is very
    small.
    
    Change-Id: I2f60ee56b43c256f3bfa4d1e3ab95a8f378568ab
    Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>