diff options
| author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-09 08:26:17 +0200 |
|---|---|---|
| committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-09 08:26:17 +0200 |
| commit | 9161baec7bedce1645bcde506cbc211d0a739e71 (patch) | |
| tree | 0aac5f5e2ef3c29c5cb11226f98ae5622d089be0 /linux/drivers/media/video/Kconfig | |
| parent | b9ed2c89650d680d0d8f1edcd238527c50079b4f (diff) | |
| download | mediapointer-dvb-s2-9161baec7bedce1645bcde506cbc211d0a739e71.tar.gz mediapointer-dvb-s2-9161baec7bedce1645bcde506cbc211d0a739e71.tar.bz2 | |
saa717x: add new audio/video decoder i2c driver
From: Hans Verkuil <hverkuil@xs4all.nl>
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>
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 de6a6208e..54b9f84e9 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -270,6 +270,15 @@ config VIDEO_SAA711X To compile this driver as a module, choose M here: the module will be called saa7115. +config VIDEO_SAA717X + tristate "Philips SAA7171/3/4 audio/video decoders" + depends on VIDEO_V4L2 && I2C + ---help--- + Support for the Philips SAA7171/3/4 audio/video decoders. + + To compile this driver as a module, choose M here: the + module will be called saa717x. + config VIDEO_SAA7191 tristate "Philips SAA7191 video decoder" depends on VIDEO_V4L1 && I2C |
