diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-05-07 12:29:25 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-05-07 12:29:25 +0000 |
| commit | e35d2b660b1c4e14bbf10d6158278f39444635ac (patch) | |
| tree | 87ca31577a7536be39067c801409d6250d607efe /linux/drivers/media/video/Kconfig | |
| parent | 92d86489f12a97b91898eaffecc71667b5c1c58f (diff) | |
| download | mediapointer-dvb-s2-e35d2b660b1c4e14bbf10d6158278f39444635ac.tar.gz mediapointer-dvb-s2-e35d2b660b1c4e14bbf10d6158278f39444635ac.tar.bz2 | |
TI THS7303 video amplifier driver code
From: Chaithrika U S <chaithrika@ti.com>
This patch adds driver for TI THS7303 video amplifier. This driver is
implemented as a v4l2 sub device. Tested on TI DM646x EVM.
This version has updates based on review comments by Mauro Chehab.
Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 9d48da2fb..f99348cc3 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -440,6 +440,15 @@ config VIDEO_ADV7175 To compile this driver as a module, choose M here: the module will be called adv7175. +config VIDEO_THS7303 + tristate "THS7303 Video Amplifier" + depends on I2C + help + Support for TI THS7303 video amplifier + + To compile this driver as a module, choose M here: the + module will be called ths7303. + comment "Video improvement chips" config VIDEO_UPD64031A |
