aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorGravatar Hans Verkuil <hans.verkuil@cisco.com> 2016-06-17 09:13:08 -0300
committerGravatar Mauro Carvalho Chehab <mchehab@s-opensource.com> 2016-06-28 09:45:51 -0300
commit29fb44a58ac12bffe4c225f95afdc22364db070e (patch)
tree2e71bc0fbc164eaa0edc3627df7b0bf5c7ede445 /drivers/media/Kconfig
parent[media] cec.txt: add CEC framework documentation (diff)
downloadlinux-29fb44a58ac12bffe4c225f95afdc22364db070e.tar.gz
linux-29fb44a58ac12bffe4c225f95afdc22364db070e.tar.bz2
linux-29fb44a58ac12bffe4c225f95afdc22364db070e.zip
[media] cec-edid: add module for EDID CEC helper functions
The cec-edid module contains helper functions to find and manipulate the CEC physical address inside an EDID. Even if the CEC support itself is disabled, drivers will still need these functions. Which is the reason this is module is separate from the upcoming CEC framework. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index a8518fb3bca7..052dcf77174b 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -80,6 +80,9 @@ config MEDIA_RC_SUPPORT
Say Y when you have a TV or an IR device.
+config MEDIA_CEC_EDID
+ tristate
+
#
# Media controller
# Selectable only for webcam/grabbers, as other drivers don't use it