Skip to content
Commit f1ae98da authored by Marek Szyprowski's avatar Marek Szyprowski
Browse files

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: default avatarRussell King <linux@arm.linux.org.uk>
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
parent f8f5701b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment