diff options
author | Federico Vaga <federico.vaga@gmail.com> | 2012-04-12 11:39:38 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 11:05:46 -0400 |
commit | efeb98b4e2b2ce50e008affce4c493e58167144a (patch) | |
tree | 10c3faa7d25de18698a1b261642030542215b40f /drivers/media/video/Kconfig | |
parent | a8f3c203e19b702fa5e8e83a9b6fb3c5a6d1cce4 (diff) |
[media] STA2X11 VIP: new V4L2 driver
V4L2 driver for the Video Input Port within STA2X11 board
Signed-off-by: Federico Vaga <federico.vaga@gmail.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 268b36db1411..d3b08e8f5ffb 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -797,6 +797,19 @@ source "drivers/media/video/saa7164/Kconfig" | |||
797 | 797 | ||
798 | source "drivers/media/video/zoran/Kconfig" | 798 | source "drivers/media/video/zoran/Kconfig" |
799 | 799 | ||
800 | config STA2X11_VIP | ||
801 | tristate "STA2X11 VIP Video For Linux" | ||
802 | depends on STA2X11 | ||
803 | select VIDEO_ADV7180 if VIDEO_HELPER_CHIPS_AUTO | ||
804 | select VIDEOBUF_DMA_CONTIG | ||
805 | depends on PCI && VIDEO_V4L2 && VIRT_TO_BUS | ||
806 | help | ||
807 | Say Y for support for STA2X11 VIP (Video Input Port) capture | ||
808 | device. | ||
809 | |||
810 | To compile this driver as a module, choose M here: the | ||
811 | module will be called sta2x11_vip. | ||
812 | |||
800 | endif # V4L_PCI_DRIVERS | 813 | endif # V4L_PCI_DRIVERS |
801 | 814 | ||
802 | # | 815 | # |