diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-12-12 14:27:58 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-23 13:17:47 +0100 |
commit | b671ae6bdc1ad77a63536c6f74940976b9b89322 (patch) | |
tree | 9a38f0e8b093c021e258b9ebf3e75b41b6e88d94 /drivers/media/pci/cx25821/Kconfig | |
parent | [media] cx28521: drop videobuf abuse in cx25821-alsa (diff) | |
download | linux-b671ae6bdc1ad77a63536c6f74940976b9b89322.tar.xz linux-b671ae6bdc1ad77a63536c6f74940976b9b89322.zip |
[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/Kconfig | 2 |
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. |