aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2015-10-01 10:49:15 +0100
committerJon Medhurst <tixy@linaro.org>2015-10-19 09:45:05 +0100
commit4cd7a42b6653d8fa0d06235cb03174b62a5af4c6 (patch)
tree186146021d9a2e079c1ef2603988aaffcf3d1a48
parenta2f73def93fc64a60a36e97f603dc03f13274efe (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 6199e1acac50..bc096506a6f1 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -52,3 +52,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