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)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 28 Aug 2012 19:01:02 +0000 (21:01 +0200)
commite092705bcd53de3bafc3053b0b55bf83e5d6711f
treea76c8edd5ffe3a182a51db66cf8d4c87437f4dda
parent7ce9bf1f4785dab0598a19a7fcb0733a18193e4e
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