aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/Kconfig
diff options
context:
space:
mode:
authorMartin Bugge <marbugge@cisco.com>2014-12-19 07:14:23 -0500
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-01-27 07:19:48 -0500
commit09f90c53acab944de89c3ad48a75e2b64f3211e3 (patch)
treebf06ab50bfa8e2b3de411f9c09b20d7bf7db5398 /drivers/media/i2c/Kconfig
parentdc189053e1a5ae606c56e432dae1afc28261a819 (diff)
[media] adv7842: simplify InfoFrame logging
Use the new logging functions from the hdmi module. Signed-off-by: Martin Bugge <marbugge@cisco.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/i2c/Kconfig')
-rw-r--r--drivers/media/i2c/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index ca84543cf6ac..0828b6b28fa4 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -209,6 +209,7 @@ config VIDEO_ADV7604
209config VIDEO_ADV7842 209config VIDEO_ADV7842
210 tristate "Analog Devices ADV7842 decoder" 210 tristate "Analog Devices ADV7842 decoder"
211 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 211 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
212 select HDMI
212 ---help--- 213 ---help---
213 Support for the Analog Devices ADV7842 video decoder. 214 Support for the Analog Devices ADV7842 video decoder.
214 215