diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-09 05:26:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:08:00 -0400 |
commit | fb7b37cf913c19dbdbb9bf3e653924e126b4007e (patch) | |
tree | dcb18fc1bbd7b65f79d987635929cf12d2be2831 /drivers/media/video/Kconfig | |
parent | b38bf410fed223a48482e499150d4b554526a13a (diff) |
V4L/DVB (7535): saa717x: add new audio/video decoder i2c driver
Added the last remaining out-of-tree kernel driver from the ivtv project.
The saa717x is used in several Japanese cards and a Russian card. The
driver is not complete in that only NTSC is supported and no PAL/SECAM.
Hopefully this will be added in the future.
Signed-off-by: Takahiro Adachi <tadachi@tadachi-net.com>
Signed-off-by: Kyuma Ohta <whatisthis@jcom.home.ne.jp>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 de6a6208e344..54b9f84e9a3e 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -270,6 +270,15 @@ config VIDEO_SAA711X | |||
270 | To compile this driver as a module, choose M here: the | 270 | To compile this driver as a module, choose M here: the |
271 | module will be called saa7115. | 271 | module will be called saa7115. |
272 | 272 | ||
273 | config VIDEO_SAA717X | ||
274 | tristate "Philips SAA7171/3/4 audio/video decoders" | ||
275 | depends on VIDEO_V4L2 && I2C | ||
276 | ---help--- | ||
277 | Support for the Philips SAA7171/3/4 audio/video decoders. | ||
278 | |||
279 | To compile this driver as a module, choose M here: the | ||
280 | module will be called saa717x. | ||
281 | |||
273 | config VIDEO_SAA7191 | 282 | config VIDEO_SAA7191 |
274 | tristate "Philips SAA7191 video decoder" | 283 | tristate "Philips SAA7191 video decoder" |
275 | depends on VIDEO_V4L1 && I2C | 284 | depends on VIDEO_V4L1 && I2C |