summaryrefslogtreecommitdiff
path: root/drivers/media/pci/cx25821/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-12-12 10:27:58 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-12-23 10:17:47 -0200
commitb671ae6bdc1ad77a63536c6f74940976b9b89322 (patch)
tree9a38f0e8b093c021e258b9ebf3e75b41b6e88d94 /drivers/media/pci/cx25821/Kconfig
parent8d8e6d6005de1f2421b7846bfb50782b09cd63a7 (diff)
[media] cx25821: convert to vb2
This patch converts the cx25821 driver from the old videobuf framework to the new vb2 framework. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/cx25821/Kconfig')
-rw-r--r--drivers/media/pci/cx25821/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx25821/Kconfig b/drivers/media/pci/cx25821/Kconfig
index 0e69cabb006f..1755d3d2feaa 100644
--- a/drivers/media/pci/cx25821/Kconfig
+++ b/drivers/media/pci/cx25821/Kconfig
@@ -2,7 +2,7 @@ config VIDEO_CX25821
tristate "Conexant cx25821 support"
depends on VIDEO_DEV && PCI && I2C
select I2C_ALGOBIT
- select VIDEOBUF_DMA_SG
+ select VIDEOBUF2_DMA_SG
---help---
This is a video4linux driver for Conexant 25821 based
TV cards.