[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1Ni8UK-00087R-Gn@www.linuxtv.org>
Date: Thu, 18 Feb 2010 16:40:24 +0100
From: Patch from Santiago Nunez-Corrales
<linuxtv-commits-bounces@...uxtv.org>
To: linuxtv-commits@...uxtv.org
Cc: Mocean Laboratories <info@...ean-labs.com>,
Randy Dunlap <randy.dunlap@...cle.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
linux-kernel@...r.kernel.org, Kang Yong <kangyong@...egent.com>,
Huang Shijie <shijie8@...il.com>,
Zhang Xiaobing <xbzhang@...egent.com>,
Randy Dunlap <randy.dunlap@...cle.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
Richard Rojfors <richard.rojfors@...agicore.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Samuel Ortiz <sameo@...ux.intel.com>,
Randy Dunlap <randy.dunlap@...cle.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
Hans Verkuil <hverkuil@...all.nl>,
Santiago Nunez-Corrales <santiago.nunez@...gerun.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>
Subject: [git:v4l-dvb/master] V4L/DVB: Kbuild addition for TVP7002 driver
From: Santiago Nunez-Corrales <santiago.nunez@...gerun.com>
This patch provides menu configuration options for the TVP7002
decoder driver in DM365. Includes only TVP7002.
Signed-off-by: Santiago Nunez-Corrales <santiago.nunez@...gerun.com>
Signed-off-by: Hans Verkuil <hverkuil@...all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@...hat.com>
drivers/media/video/Kconfig | 9 +++++++++
drivers/media/video/Makefile | 1 +
2 files changed, 10 insertions(+), 0 deletions(-)
---
http://git.linuxtv.org/v4l-dvb.git?a=commit;h=467e2a73ed39e9a570fd1e37add29f3a05fe880e
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 2f9c57d..7978afa 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
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile
index 5163289..b88b617 100644
--- a/drivers/media/video/Makefile
+++ b/drivers/media/video/Makefile
@@ -56,6 +56,7 @@ obj-$(CONFIG_VIDEO_THS7303) += ths7303.o
obj-$(CONFIG_VIDEO_VINO) += indycam.o
obj-$(CONFIG_VIDEO_TVP5150) += tvp5150.o
obj-$(CONFIG_VIDEO_TVP514X) += tvp514x.o
+obj-$(CONFIG_VIDEO_TVP7002) += tvp7002.o
obj-$(CONFIG_VIDEO_MSP3400) += msp3400.o
obj-$(CONFIG_VIDEO_CS5345) += cs5345.o
obj-$(CONFIG_VIDEO_CS53L32A) += cs53l32a.o
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists