diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-04-09 06:26:17 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 14:08:00 -0300 |
commit | fb7b37cf913c19dbdbb9bf3e653924e126b4007e (patch) | |
tree | dcb18fc1bbd7b65f79d987635929cf12d2be2831 /drivers/media/video/ivtv/Kconfig | |
parent | b38bf410fed223a48482e499150d4b554526a13a (diff) | |
download | kernel-crypto-fb7b37cf913c19dbdbb9bf3e653924e126b4007e.tar.gz kernel-crypto-fb7b37cf913c19dbdbb9bf3e653924e126b4007e.tar.xz kernel-crypto-fb7b37cf913c19dbdbb9bf3e653924e126b4007e.zip |
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/ivtv/Kconfig')
-rw-r--r-- | drivers/media/video/ivtv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/Kconfig b/drivers/media/video/ivtv/Kconfig index 270906fc314..b6171702c4d 100644 --- a/drivers/media/video/ivtv/Kconfig +++ b/drivers/media/video/ivtv/Kconfig @@ -10,6 +10,7 @@ config VIDEO_IVTV select VIDEO_CX25840 select VIDEO_MSP3400 select VIDEO_SAA711X + select VIDEO_SAA717X select VIDEO_SAA7127 select VIDEO_TVAUDIO select VIDEO_CS53L32A |