aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2007-10-08 18:34:11 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-10 00:03:19 -0300
commit102abd826a20307c5a0d23f49b8a3b5d98bddf94 (patch)
tree018edd324c4a3d04b074795d53ce8ad9b2ee2d6a /drivers/media/Kconfig
parentV4L/DVB (6297): cx23885: remove wrong Kconfig selection of VIDEOBUF (diff)
downloadlinux-dev-102abd826a20307c5a0d23f49b8a3b5d98bddf94.tar.xz
linux-dev-102abd826a20307c5a0d23f49b8a3b5d98bddf94.zip
V4L/DVB (6299): dvb: Add dependencies for VIDEOBUF_DVB
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>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index e705265909da..dd9bd4310c84 100644
--- 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