projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a7ad4
)
V4L/DVB (6299): dvb: Add dependencies for VIDEOBUF_DVB
author
Trent Piepho
<xyzzy@speakeasy.org>
Mon, 8 Oct 2007 21:34:11 +0000
(18:34 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 10 Oct 2007 03:03:19 +0000
(
00:03
-0300)
It needs to select VIDEOBUF_GEN and VIDEOBUF_DMA_SG, since it uses those
modules.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/Kconfig
b/drivers/media/Kconfig
index e705265909da7f6cca692a58572c09d499f60f1a..dd9bd4310c848cabf6c5a6b415695ef299209868 100644
(file)
--- a/
drivers/media/Kconfig
+++ b/
drivers/media/Kconfig
@@
-140,6
+140,8
@@
config VIDEOBUF_VMALLOC
config VIDEOBUF_DVB
tristate
+ select VIDEOBUF_GEN
+ select VIDEOBUF_DMA_SG
config VIDEO_BTCX
tristate