diff options
author | Guennadi Liakhovetski <lyakh@axis700.grange> | 2010-03-29 03:45:22 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:58:02 -0400 |
commit | aec11e5d495a6c9b10ded81dde5b0e42b0875541 (patch) | |
tree | c57f57d1dc588dc2e0ac6c5c60f4e0435a1e1dec /drivers/media/video/Kconfig | |
parent | a81fb9b223508f5773d8d7e226b1574d1b068642 (diff) |
V4L/DVB: V4L: v4l2-subdev driver for AK8813 and AK8814 TV-encoders from AKM
AK8814 only differs from AK8813 by included Macrovision Copy Protection
function. This patch adds a driver for AK8813 and AK8814 I2C PAL/NTSC TV
encoders.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index e2fad460a759..747f106e7b53 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -480,6 +480,12 @@ config VIDEO_ADV7343 | |||
480 | To compile this driver as a module, choose M here: the | 480 | To compile this driver as a module, choose M here: the |
481 | module will be called adv7343. | 481 | module will be called adv7343. |
482 | 482 | ||
483 | config VIDEO_AK881X | ||
484 | tristate "AK8813/AK8814 video encoders" | ||
485 | depends on I2C | ||
486 | help | ||
487 | Video output driver for AKM AK8813 and AK8814 TV encoders | ||
488 | |||
483 | comment "Video improvement chips" | 489 | comment "Video improvement chips" |
484 | 490 | ||
485 | config VIDEO_UPD64031A | 491 | config VIDEO_UPD64031A |