diff options
author | Scott Jiang <scott.jiang.linux@gmail.com> | 2012-03-08 21:44:15 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-19 19:04:10 +0100 |
commit | 202ea1f05b15e9fee05426d5c6f1d16201d4687f (patch) | |
tree | 1a796d21a28dd37b5ff1ea8840b7723cff7f6814 /drivers/media/video/Kconfig | |
parent | [media] lmedm04 RS2000 Firmware details (diff) | |
download | linux-202ea1f05b15e9fee05426d5c6f1d16201d4687f.tar.xz linux-202ea1f05b15e9fee05426d5c6f1d16201d4687f.zip |
[media] adv7183: add adv7183 decoder driver
This driver is a v4l2 subdevice driver to support Analog Devices ADV7183 SDTV video decoder.
Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 61580738de7a..cf0a1f656c64 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -273,6 +273,16 @@ config VIDEO_ADV7180 To compile this driver as a module, choose M here: the module will be called adv7180. +config VIDEO_ADV7183 + tristate "Analog Devices ADV7183 decoder" + depends on VIDEO_V4L2 && I2C + ---help--- + V4l2 subdevice driver for the Analog Devices + ADV7183 video decoder. + + To compile this driver as a module, choose M here: the + module will be called adv7183. + config VIDEO_BT819 tristate "BT819A VideoStream decoder" depends on VIDEO_V4L2 && I2C |