summaryrefslogtreecommitdiff
path: root/board/arm
diff options
context:
space:
mode:
authorJoao Pinto <jpinto@synopsys.com>2016-05-25 11:56:58 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-03 20:08:45 +0200
commitf3106fd61171919f2c2a32a59daeac0f472bc955 (patch)
treef2621c5c5b9f27295b32e9b024d0e3ca26420f98 /board/arm
parent4e4545246f466a18bbc5c8d62df99589a36bcd7f (diff)
configs/arm_juno: adding CMA support to the kernel
This patch adds CMA to the juno's default kernel config that is in board/arm/juno. This is critical if the user decides to config video resolution to 1920x1080. Signed-off-by: Joao Pinto <jpinto@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/arm')
-rw-r--r--board/arm/juno/linux-juno-defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/arm/juno/linux-juno-defconfig b/board/arm/juno/linux-juno-defconfig
index 96ccb5cf4..64598d21a 100644
--- a/board/arm/juno/linux-juno-defconfig
+++ b/board/arm/juno/linux-juno-defconfig
@@ -165,3 +165,5 @@ CONFIG_SND=y
CONFIG_SND_SOC=y
CONFIG_SND_SIMPLE_CARD=y
CONFIG_SND_DESIGNWARE_I2S=y
+CONFIG_CMA=y
+CONFIG_CMA_SIZE_MBYTES=64