diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-03-17 09:26:40 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-24 13:06:39 -0300 |
commit | a000e9a02b5885b1b69f691c80e346d102f94a88 (patch) | |
tree | 440abffa89736696ff004cec2a3a45e1089f2e91 /drivers/media/i2c/Kconfig | |
parent | 0a6ecbb40ebe372028088b3e6b71a3adf9b1b674 (diff) | |
download | blackbird-op-linux-a000e9a02b5885b1b69f691c80e346d102f94a88.tar.gz blackbird-op-linux-a000e9a02b5885b1b69f691c80e346d102f94a88.zip |
[media] tw9906: add Techwell tw9906 video decoder
Taken from the 0.9.8-5 version of the out-of-tree wis-go7007 driver.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/i2c/Kconfig')
-rw-r--r-- | drivers/media/i2c/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 07d9c11e91aa..9e7ce8bff4e9 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig @@ -320,6 +320,16 @@ config VIDEO_TW9903 To compile this driver as a module, choose M here: the module will be called tw9903. +config VIDEO_TW9906 + tristate "Techwell TW9906 video decoder" + depends on VIDEO_V4L2 && I2C + ---help--- + Support for the Techwell tw9906 enhanced multi-standard comb filter + video decoder with YCbCr input support. + + To compile this driver as a module, choose M here: the + module will be called tw9906. + config VIDEO_VPX3220 tristate "vpx3220a, vpx3216b & vpx3214c video decoders" depends on VIDEO_V4L2 && I2C |