aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2015-10-01 10:49:15 +0100
committerJon Medhurst <tixy@linaro.org>2016-04-06 15:02:45 +0100
commit68c87bbf8713eea49752ea90bc7c1d6737b397ba (patch)
tree81d9944e38497db20aed5f25eaafd8023e6147f9
parent28599f2fcdf9233573de03080320c8c36f7d39a2 (diff)
configs: vexpress64: Add CONFIG_ION_DUMMY
The Android gralloc for Juno expects an ION driver and as we don't have a custom one we need this dummy one. Which begs the question, what is its purpose and is it actually used for anything...? Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/vexpress64.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index bd1167986b6e..7a3c4eaa587c 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -69,3 +69,4 @@ CONFIG_MALI_EXPERT=y
CONFIG_MALI_PLATFORM_FAKE=y
CONFIG_MALI_PLATFORM_THIRDPARTY=y
CONFIG_MALI_PLATFORM_THIRDPARTY_NAME="juno_soc"
+CONFIG_ION_DUMMY=y