From 26e287805cbeb670c14ec1d40b0b927807577aba Mon Sep 17 00:00:00 2001 From: Jinhyung Jo Date: Sat, 18 Feb 2012 17:53:55 +0900 Subject: [PATCH] [Title] fixed loading camera module [Type] Bugfix [Module] Emulator / Camera [Priority] Critical [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: I44da722cbc98b6782a1f2f2793d3aff926d7112c --- drivers/maru/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/maru/Kconfig b/drivers/maru/Kconfig index 74aaa1f2d6a9..78e48f432dcc 100644 --- a/drivers/maru/Kconfig +++ b/drivers/maru/Kconfig @@ -20,7 +20,8 @@ config MARU_FB config MARU_CAMERA tristate "MARU Camera Driver" - depends on MARU != n && VIDEO_DEV && VIDEO_V4L2 && VIDEOBUF_GEN + depends on MARU != n && VIDEO_DEV && VIDEO_V4L2 + select VIDEOBUF_VMALLOC ---help--- Enables a MARU Virtual Camera driver. -- 2.34.1