ARM: dma-mapping: remove unconditional dependency on CMA
CMA has been enabled unconditionally on all ARMv6+ systems to solve the long standing issue of double kernel mappings for all dma coherent buffers. This however created a dependency on CONFIG_EXPERIMENTAL for the whole ARM architecture what should be really avoided. This patch removes this dependency and lets one use old, well-tested dma-mapping implementation also on ARMv6+ systems without the need to use EXPERIMENTAL stuff. Reported-by:Russell King <linux@arm.linux.org.uk> Signed-off-by:
Marek Szyprowski <m.szyprowski@samsung.com> [lauraa: Fixed conflicts in dma-mapping.c] Change-Id: I17831dd98204dd8598fc469ae93f0ceb2c7c84c3 Signed-off-by:
Laura Abbott <lauraa@codeaurora.org>
Loading
Please sign in to comment