diff options
author | Richard Röjfors <richard.rojfors.ext@mocean-labs.com> | 2009-09-18 20:17:20 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:53:39 -0400 |
commit | 6789cb5230f8b06271b6a89ace20449af14be303 (patch) | |
tree | 1a1b7d5a0bb082a8fc1d2b68d57227a2be8fe4cd /drivers/media/video/Kconfig | |
parent | 40d2951758d788a0375d27062caf9cc75de735a9 (diff) |
V4L/DVB (13019): video: initial support for ADV7180
This is an initial driver for Analog Devices ADV7180 Video Decoder.
So far it only supports query standard.
[akpm@linux-foundation.org: remove unneeded cast]
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Richard Röjfors <richard.rojfors.ext@mocean-labs.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
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 dc71eaea6af8..e6186b338a12 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -265,6 +265,15 @@ config VIDEO_SAA6588 | |||
265 | 265 | ||
266 | comment "Video decoders" | 266 | comment "Video decoders" |
267 | 267 | ||
268 | config VIDEO_ADV7180 | ||
269 | tristate "Analog Devices ADV7180 decoder" | ||
270 | depends on VIDEO_V4L2 && I2C | ||
271 | ---help--- | ||
272 | Support for the Analog Devices ADV7180 video decoder. | ||
273 | |||
274 | To compile this driver as a module, choose M here: the | ||
275 | module will be called adv7180. | ||
276 | |||
268 | config VIDEO_BT819 | 277 | config VIDEO_BT819 |
269 | tristate "BT819A VideoStream decoder" | 278 | tristate "BT819A VideoStream decoder" |
270 | depends on VIDEO_V4L2 && I2C | 279 | depends on VIDEO_V4L2 && I2C |