From 9277e0edb229b0ed6b0a19cac6c0d4cfedc2cc16 Mon Sep 17 00:00:00 2001 From: Alex Shi Date: Mon, 21 Apr 2014 11:47:48 +0800 Subject: [PATCH] arm64: enable CMA kernel config options Enable CMA kernel config options for LSK Signed-off-by: Alex Shi Signed-off-by: Mark Brown --- arch/arm64/configs/defconfig | 1 + linaro/configs/vexpress64.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 8d9696adb440..778a251ab6d5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -86,3 +86,4 @@ CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_INFO=y # CONFIG_FTRACE is not set CONFIG_ATOMIC64_SELFTEST=y +CONFIG_DMA_CMA=y diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf index eecc6d564ad6..118cfd08d3ef 100644 --- a/linaro/configs/vexpress64.conf +++ b/linaro/configs/vexpress64.conf @@ -30,3 +30,5 @@ CONFIG_VIRTIO_BLK=y CONFIG_VIRTIO_MMIO=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_CMA=y +CONFIG_DMA_CMA=y -- 2.34.1