From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- drivers/media/pci/sta2x11/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 drivers/media/pci/sta2x11/Kconfig (limited to 'drivers/media/pci/sta2x11/Kconfig') diff --git a/drivers/media/pci/sta2x11/Kconfig b/drivers/media/pci/sta2x11/Kconfig new file mode 100644 index 00000000..03130157 --- /dev/null +++ b/drivers/media/pci/sta2x11/Kconfig @@ -0,0 +1,13 @@ +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 + depends on I2C + 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. -- cgit v1.3.1