[Title] fixed loading camera module
authorJinhyung Jo <jinhyung.jo@samsung.com>
Sat, 18 Feb 2012 08:53:55 +0000 (17:53 +0900)
committerJinhyung Jo <jinhyung.jo@samsung.com>
Sat, 18 Feb 2012 08:53:55 +0000 (17:53 +0900)
[Type] Bugfix
[Module] Emulator / Camera
[Priority] Critical
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I44da722cbc98b6782a1f2f2793d3aff926d7112c

drivers/maru/Kconfig

index 74aaa1f2d6a9bf898ae12a13ec72e457420d661e..78e48f432dcce08b35c5b0fa158214600822d3f7 100644 (file)
@@ -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.