Skip to content

Commit

Permalink
[media] STA2X11 VIP: new V4L2 driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Federico Vaga authored and Mauro Carvalho Chehab committed May 20, 2012
1 parent a8f3c20 commit efeb98b
Show file tree
Hide file tree
Showing 4 changed files with 1,604 additions and 0 deletions.
13 changes: 13 additions & 0 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,19 @@ source "drivers/media/video/saa7164/Kconfig"

source "drivers/media/video/zoran/Kconfig"

config STA2X11_VIP
tristate "STA2X11 VIP Video For Linux"
depends on STA2X11
select VIDEO_ADV7180 if VIDEO_HELPER_CHIPS_AUTO
select VIDEOBUF_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.

endif # V4L_PCI_DRIVERS

#
Expand Down
1 change: 1 addition & 0 deletions drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ obj-$(CONFIG_VIDEO_TM6000) += tm6000/
obj-$(CONFIG_VIDEO_MXB) += mxb.o
obj-$(CONFIG_VIDEO_HEXIUM_ORION) += hexium_orion.o
obj-$(CONFIG_VIDEO_HEXIUM_GEMINI) += hexium_gemini.o
obj-$(CONFIG_STA2X11_VIP) += sta2x11_vip.o
obj-$(CONFIG_VIDEO_TIMBERDALE) += timblogiw.o

obj-$(CONFIG_VIDEOBUF_GEN) += videobuf-core.o
Expand Down
Loading

0 comments on commit efeb98b

Please sign in to comment.