projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec2d771
)
[Title] fixed loading camera module
author
Jinhyung Jo
<jinhyung.jo@samsung.com>
Sat, 18 Feb 2012 08:53:55 +0000
(17:53 +0900)
committer
Jinhyung 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
patch
|
blob
|
history
diff --git
a/drivers/maru/Kconfig
b/drivers/maru/Kconfig
index 74aaa1f2d6a9bf898ae12a13ec72e457420d661e..78e48f432dcce08b35c5b0fa158214600822d3f7 100644
(file)
--- 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.