diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2019-07-28 16:43:41 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-30 18:18:34 +0200 |
commit | 4590c07462fbff4ecbfe1deec44431c16191bd19 (patch) | |
tree | 8e297e26db1b39a6aea992d7ffc61b7640bcac78 /drivers/media/platform/Kconfig | |
parent | media: vivid: add support for new pixelformats (diff) | |
download | linux-4590c07462fbff4ecbfe1deec44431c16191bd19.tar.xz linux-4590c07462fbff4ecbfe1deec44431c16191bd19.zip |
media: via-camera: convert to the vb2 framework
Convert the via-camera to the vb2 framework. With this change this
driver passes all 'v4l2-compliance -s' tests on my OLPC 1.5.
Also tested with the Sugar 'Record' application.
All tests were done under the OLPC official 5.0.8 kernel.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r-- | drivers/media/platform/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index 8a19654b393a..89555f9a813f 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig @@ -16,7 +16,7 @@ source "drivers/media/platform/marvell-ccic/Kconfig" config VIDEO_VIA_CAMERA tristate "VIAFB camera controller support" depends on FB_VIA - select VIDEOBUF_DMA_SG + select VIDEOBUF2_DMA_SG select VIDEO_OV7670 help Driver support for the integrated camera controller in VIA |