From 9ccb73bc7cff48af4746dad560e4c8218d9eed89 Mon Sep 17 00:00:00 2001 From: Stanislav Vorobiov Date: Fri, 21 Mar 2014 10:28:40 +0400 Subject: [PATCH] maru: disable overlay driver Overlay driver currently fails to load because video_device is being registered without v4l2_device, so disable it for now Change-Id: Idbec8e41c3a79fc30ffd8bf30d6c2fb52443baad Signed-off-by: Stanislav Vorobiov --- arch/x86/configs/i386_tizen_emul_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/configs/i386_tizen_emul_defconfig b/arch/x86/configs/i386_tizen_emul_defconfig index 0d2a43635d8e..768b8f5eeca3 100644 --- a/arch/x86/configs/i386_tizen_emul_defconfig +++ b/arch/x86/configs/i386_tizen_emul_defconfig @@ -2944,7 +2944,7 @@ CONFIG_MARU_VIRTIO_TOUCHSCREEN=y CONFIG_MARU_FB=y CONFIG_MARU_CAMERA=y CONFIG_MARU_BACKLIGHT=y -CONFIG_MARU_OVERLAY=y +# CONFIG_MARU_OVERLAY is not set CONFIG_MARU_VIRTIO_EVDI=y CONFIG_MARU_VIRTIO_NFC=y CONFIG_MARU_VIRTIO_SENSOR=y -- 2.34.1