diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2008-12-05 08:19:36 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:38:36 -0500 |
commit | 07b1747c8d0bb463311f9dd05d4c013765abe2eb (patch) | |
tree | ee9c2484ae5ac534c41a5bbd0c290611cac580fb /drivers/media/video/Kconfig | |
parent | 67bc04dd04bfe6a6337a9c6773e4c36645360332 (diff) |
V4L/DVB (9817): v4l: add new tvp514x I2C video decoder driver
Signed-off-by: Brijesh Jadav <brijesh.j@ti.com>
Signed-off-by: Hardik Shah <hardik.shah@ti.com>
Signed-off-by: Manjunath Hadli <mrh@ti.com>
Signed-off-by: R Sivaraj <sivaraj@ti.com>
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Karicheri Muralidharan <m-karicheri2@ti.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Reviewed-by: David Brownell <david-b@pacbell.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index c487d2a1285f..eb9ff7e107d6 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -361,6 +361,17 @@ config VIDEO_SAA7191 | |||
361 | To compile this driver as a module, choose M here: the | 361 | To compile this driver as a module, choose M here: the |
362 | module will be called saa7191. | 362 | module will be called saa7191. |
363 | 363 | ||
364 | config VIDEO_TVP514X | ||
365 | tristate "Texas Instruments TVP514x video decoder" | ||
366 | depends on VIDEO_V4L2 && I2C | ||
367 | ---help--- | ||
368 | This is a Video4Linux2 sensor-level driver for the TI TVP5146/47 | ||
369 | decoder. It is currently working with the TI OMAP3 camera | ||
370 | controller. | ||
371 | |||
372 | To compile this driver as a module, choose M here: the | ||
373 | module will be called tvp514x. | ||
374 | |||
364 | config VIDEO_TVP5150 | 375 | config VIDEO_TVP5150 |
365 | tristate "Texas Instruments TVP5150 video decoder" | 376 | tristate "Texas Instruments TVP5150 video decoder" |
366 | depends on VIDEO_V4L2 && I2C | 377 | depends on VIDEO_V4L2 && I2C |