diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-08-22 05:14:22 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-08-26 06:51:44 -0400 |
commit | a89bcd4c6c2023615a89001b5a11b0bb77eb9491 (patch) | |
tree | 9b6363de3768c5d5c31a487c5aa847371e597ed2 /drivers/media/i2c/Kconfig | |
parent | e0c332c671e71941e0bd4a339972ee4af15df676 (diff) |
[media] adv7842: add new video decoder driver
This is a Analog Devices Component/Graphics/SD Digitizer with 2:1
Multiplexed HDMI Receiver.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c/Kconfig')
-rw-r--r-- | drivers/media/i2c/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index b2cd8ca51af7..847b7113f706 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig | |||
@@ -206,6 +206,18 @@ config VIDEO_ADV7604 | |||
206 | To compile this driver as a module, choose M here: the | 206 | To compile this driver as a module, choose M here: the |
207 | module will be called adv7604. | 207 | module will be called adv7604. |
208 | 208 | ||
209 | config VIDEO_ADV7842 | ||
210 | tristate "Analog Devices ADV7842 decoder" | ||
211 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API | ||
212 | ---help--- | ||
213 | Support for the Analog Devices ADV7842 video decoder. | ||
214 | |||
215 | This is a Analog Devices Component/Graphics/SD Digitizer | ||
216 | with 2:1 Multiplexed HDMI Receiver. | ||
217 | |||
218 | To compile this driver as a module, choose M here: the | ||
219 | module will be called adv7842. | ||
220 | |||
209 | config VIDEO_BT819 | 221 | config VIDEO_BT819 |
210 | tristate "BT819A VideoStream decoder" | 222 | tristate "BT819A VideoStream decoder" |
211 | depends on VIDEO_V4L2 && I2C | 223 | depends on VIDEO_V4L2 && I2C |