diff options
author | Santiago Nunez-Corrales <santiago.nunez@ridgerun.com> | 2009-12-18 14:07:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 15:11:01 -0300 |
commit | 1952c9bd5d75e65453bfb823098bd63e11723b05 (patch) | |
tree | 7787111287c74ad6a2d6d4e569e9662fb25c1b3a /drivers/media/video/Kconfig | |
parent | dfbd5d4d324e630aedc40b7519351a9c0fe94dc9 (diff) |
V4L/DVB: Kbuild addition for TVP7002 driver
This patch provides menu configuration options for the TVP7002
decoder driver in DM365. Includes only TVP7002.
Signed-off-by: Santiago Nunez-Corrales <santiago.nunez@ridgerun.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 2f9c57d5fda..7978afa1edc 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -388,6 +388,15 @@ config VIDEO_TVP5150 To compile this driver as a module, choose M here: the module will be called tvp5150. +config VIDEO_TVP7002 + tristate "Texas Instruments TVP7002 video decoder" + depends on VIDEO_V4L2 && I2C + ---help--- + Support for the Texas Instruments TVP7002 video decoder. + + To compile this driver as a module, choose M here: the + module will be called tvp7002. + config VIDEO_VPX3220 tristate "vpx3220a, vpx3216b & vpx3214c video decoders" depends on VIDEO_V4L2 && I2C |