diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-09-05 13:31:11 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-10-01 22:23:44 +0200 |
commit | 7c617138b8254a6bb60bfb5b8fc53eb8b3d6c3ab (patch) | |
tree | b79c9f4f4256083a550de6644ab79bd2cc04d107 /drivers/media/usb/cx231xx/Kconfig | |
parent | media: cec-gpio: add notifier support (diff) | |
download | linux-7c617138b8254a6bb60bfb5b8fc53eb8b3d6c3ab.tar.xz linux-7c617138b8254a6bb60bfb5b8fc53eb8b3d6c3ab.zip |
media: cx231xx: convert to the vb2 framework
This patch converts the cx231xx driver to the vb2 framework.
Since you can't do a partial conversion this is a big-bang patch,
i.e. large and hard to review. I never found a way around this.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Co-developed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/usb/cx231xx/Kconfig')
-rw-r--r-- | drivers/media/usb/cx231xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/cx231xx/Kconfig b/drivers/media/usb/cx231xx/Kconfig index 74f3b29d9c60..2fe2b2d335ba 100644 --- a/drivers/media/usb/cx231xx/Kconfig +++ b/drivers/media/usb/cx231xx/Kconfig @@ -4,7 +4,7 @@ config VIDEO_CX231XX depends on VIDEO_DEV && I2C && I2C_MUX select VIDEO_TUNER select VIDEO_TVEEPROM - select VIDEOBUF_VMALLOC + select VIDEOBUF2_VMALLOC select VIDEO_CX25840 select VIDEO_CX2341X |