aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-08-02 22:31:33 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 21:14:56 -0400
commit87b9ad070cf76c0f1e8cf836f7eb86e9ac94e34a (patch)
treeaeda5c7b1434350a476005c85dc39173ead11090 /drivers/media/Kconfig
parent6bb2790f8a0cf93d3dbed6b6e986441110e6174b (diff)
V4L/DVB (6254): Add videobuf-vmalloc
Adds a newer videobuf-vmalloc module. This module uses the same videobuf controls, but implements memory allocation based on vmalloc methods. With this method, an USB driver can use video-buf, without needing to request memory from the DMA-safe area. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 28ee65c53917..fc3ea4c67ccb 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -134,6 +134,10 @@ config VIDEOBUF_DMA_SG
134 select VIDEOBUF_GEN 134 select VIDEOBUF_GEN
135 tristate 135 tristate
136 136
137config VIDEOBUF_VMALLOC
138 select VIDEOBUF_GEN
139 tristate
140
137config VIDEO_BUF_DVB 141config VIDEO_BUF_DVB
138 tristate 142 tristate
139 143