summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2015-10-01 10:49:15 +0100
committerJon Medhurst <tixy@linaro.org>2015-11-06 18:23:44 +0000
commitc93e8a639a8fc69338c690594e439fcb7fa4908f (patch)
tree65bf08e39c26887fb35239fdcdf3ddee39273f18
parent228bad6a53a8a3a7436802c4740173477a805242 (diff)
downloadlinux-linaro-tracking-c93e8a639a8fc69338c690594e439fcb7fa4908f.tar.gz
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 25d9e10c96b5..94ab307cc49a 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -51,3 +51,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