diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-06-03 12:26:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-17 08:52:31 -0400 |
commit | 147351905b6b495f117fd8b7ff927bb61f1234b3 (patch) | |
tree | 817c1c5d99ccabce72a0173a363a4f276965ebac /drivers/media/i2c/Kconfig | |
parent | 26811ae03539c24c618ce989abecb6e62a908e79 (diff) |
[media] media: i2c: ths8200: driver for TI video encoder
The full datasheets are available from TI website:-
http://www.ti.com/product/ths8200
Note: This patch adds support only for progressive format
as of now.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mats Randgaard <mats.randgaard@cisco.com>
Signed-off-by: Martin Bugge <martin.bugge@cisco.com>
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 9c04ddb2101e..b2cd8ca51af7 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig | |||
@@ -434,6 +434,15 @@ config VIDEO_AK881X | |||
434 | help | 434 | help |
435 | Video output driver for AKM AK8813 and AK8814 TV encoders | 435 | Video output driver for AKM AK8813 and AK8814 TV encoders |
436 | 436 | ||
437 | config VIDEO_THS8200 | ||
438 | tristate "Texas Instruments THS8200 video encoder" | ||
439 | depends on VIDEO_V4L2 && I2C | ||
440 | ---help--- | ||
441 | Support for the Texas Instruments THS8200 video encoder. | ||
442 | |||
443 | To compile this driver as a module, choose M here: the | ||
444 | module will be called ths8200. | ||
445 | |||
437 | comment "Camera sensor devices" | 446 | comment "Camera sensor devices" |
438 | 447 | ||
439 | config VIDEO_APTINA_PLL | 448 | config VIDEO_APTINA_PLL |