From: Stanislav Vorobiov Date: Fri, 21 Mar 2014 06:28:40 +0000 (+0400) Subject: maru: disable overlay driver X-Git-Tag: submit/tizen_common/20140905.094502~117^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ccb73bc7cff48af4746dad560e4c8218d9eed89;p=sdk%2Femulator%2Femulator-kernel.git 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 --- 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