diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-14 01:59:54 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-14 01:59:54 -0200 |
commit | af2c8347ec518cf5ff646d2bf560206780775795 (patch) | |
tree | 7f2cfb3c70d3bd0eaa315f0c34da8285e06f7499 /linux/drivers/media/video/Kconfig | |
parent | 1a97b7617165d0c5f13812dad33afa56efb499ae (diff) | |
parent | 7820558f98ad177a1b4db0882e9f49cc93200aa6 (diff) | |
download | mediapointer-dvb-s2-af2c8347ec518cf5ff646d2bf560206780775795.tar.gz mediapointer-dvb-s2-af2c8347ec518cf5ff646d2bf560206780775795.tar.bz2 |
merge: http://www.linuxtv.org/hg/
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index c4ee10c37..cc224744b 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -361,6 +361,17 @@ config VIDEO_SAA7191 To compile this driver as a module, choose M here: the module will be called saa7191. +config VIDEO_TVP514X + tristate "Texas Instruments TVP514x video decoder" + depends on VIDEO_V4L2 && I2C + ---help--- + This is a Video4Linux2 sensor-level driver for the TI TVP5146/47 + decoder. It is currently working with the TI OMAP3 camera + controller. + + To compile this driver as a module, choose M here: the + module will be called tvp514x. + config VIDEO_TVP5150 tristate "Texas Instruments TVP5150 video decoder" depends on VIDEO_V4L2 && I2C @@ -770,6 +781,13 @@ config VIDEO_SH_MOBILE_CEU ---help--- This is a v4l2 driver for the SuperH Mobile CEU Interface +config VIDEO_OMAP2 + tristate "OMAP2 Camera Capture Interface driver" + depends on VIDEO_DEV && ARCH_OMAP2 + select VIDEOBUF_DMA_SG + ---help--- + This is a v4l2 driver for the TI OMAP2 camera capture interface + # # USB Multimedia device configuration # |