mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 22:23:55 +00:00
8dc97ea20c
This patch re-write the driver and use the videobuf2 interface instead of the old videobuf. Moreover, it uses also the control framework which allows the driver to inherit controls from its subdevice (ADV7180). Finally the driver does not implement custom file operation but it uses the generic ones from videobuf2 and v4l2_fh Signed-off-by: Federico Vaga <federico.vaga@gmail.com> Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
13 lines
380 B
Plaintext
13 lines
380 B
Plaintext
config STA2X11_VIP
|
|
tristate "STA2X11 VIP Video For Linux"
|
|
depends on STA2X11
|
|
select VIDEO_ADV7180 if MEDIA_SUBDRV_AUTOSELECT
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
depends on PCI && VIDEO_V4L2 && VIRT_TO_BUS
|
|
help
|
|
Say Y for support for STA2X11 VIP (Video Input Port) capture
|
|
device.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called sta2x11_vip.
|