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-01 13:25:27 +0100
commit1089abec00b63da5d7ce1c0e693a9ea0a42a4bf7 (patch)
tree493b7b94da97b300a45ed5d17bd674b355cf037d
parentc2c9231fc4d2688974ce3f615e9669977000fba6 (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 0244692d34f7..7093d774d37d 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -53,3 +53,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