From d551b657a2ce26a0e979333144a6dac4668ccd17 Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Thu, 1 Oct 2015 10:49:15 +0100 Subject: 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 --- linaro/configs/vexpress64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf index ae8ad9170bb7..b7e75bbf03fc 100644 --- a/linaro/configs/vexpress64.conf +++ b/linaro/configs/vexpress64.conf @@ -127,3 +127,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 -- cgit v1.2.3