aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2015-10-01 10:49:15 +0100
committerJon Medhurst <tixy@linaro.org>2015-11-27 15:22:33 +0000
commit03d70cf08c9efbcaefa52e8c1f7f3a4824f61e2a (patch)
treecdda094c4c46bb149996ee31de666bc3f7e135b7
parent98e5d5ac6a6681fea6bb3bf299b9b53d3ca163b0 (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 8cb4dabbb2b5..82b8170301fd 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -67,3 +67,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