brintos

brintos / linux-shallow public Read only

0
0
Text · 525 B · 118b922 Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config STA2X11_VIP3	tristate "STA2X11 VIP Video For Linux"4	depends on PCI && VIDEO_DEV && I2C5	depends on STA2X11 || COMPILE_TEST6	select GPIOLIB if MEDIA_SUBDRV_AUTOSELECT7	select VIDEO_ADV7180 if MEDIA_SUBDRV_AUTOSELECT8	select VIDEOBUF2_DMA_CONTIG9	select MEDIA_CONTROLLER10	select VIDEO_V4L2_SUBDEV_API11	help12	  Say Y for support for STA2X11 VIP (Video Input Port) capture13	  device.14 15	  To compile this driver as a module, choose M here: the16	  module will be called sta2x11_vip.17