ARM: relax conditions required for enabling Contiguous Memory Allocator
authorMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 20 Aug 2012 12:39:39 +0000 (14:39 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 2 Mar 2013 20:11:35 +0000 (22:11 +0200)
commit8a933de014d78b3d021b090c6ddaca566b7feff6
tree135924272e133d728f5e055410f97c19e8629003
parentf02993a59ccd19d78c2bfb2613169e02302bd6c2
ARM: relax conditions required for enabling Contiguous Memory Allocator

Contiguous Memory Allocator requires only paging and MMU enabled not
particular CPU architectures, so there is no need for strict dependency
on CPU type. This enables to use CMA on some older ARM v5 systems which
also might need large contiguous blocks for the multimedia processing hw
modules.

Reported-by: Prabhakar Lad <prabhakar.lad@ti.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Tested-by: Prabhakar Lad <prabhakar.lad@ti.com>
arch/arm/Kconfig