summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Kconfig
diff options
context:
space:
mode:
authorNeil Armstrong2018-07-04 17:08:17 +0200
committerLee Jones2018-07-13 09:44:22 +0200
commit9c229127aee2d7e80858b5d52a9a7049355b621c (patch)
treedab32cad4fce7ec3d81567f26e5deb6a93f8b857 /drivers/gpu/drm/i915/Kconfig
parentmedia: cec-notifier: Get notifier by device and connector name (diff)
downloadkernel-qcow2-linux-9c229127aee2d7e80858b5d52a9a7049355b621c.tar.gz
kernel-qcow2-linux-9c229127aee2d7e80858b5d52a9a7049355b621c.tar.xz
kernel-qcow2-linux-9c229127aee2d7e80858b5d52a9a7049355b621c.zip
drm/i915: hdmi: add CEC notifier to intel_hdmi
This patchs adds the cec_notifier feature to the intel_hdmi part of the i915 DRM driver. It uses the HDMI DRM connector name to differentiate between each HDMI ports. The changes will allow the i915 HDMI code to notify EDID and HPD changes to an eventual CEC adapter. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/gpu/drm/i915/Kconfig')
-rw-r--r--drivers/gpu/drm/i915/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index dfd95889f4b7..2d65d567d5d1 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -23,6 +23,7 @@ config DRM_I915
select SYNC_FILE
select IOSF_MBI
select CRC32
+ select CEC_CORE if CEC_NOTIFIER
help
Choose this option if you have a system that has "Intel Graphics
Media Accelerator" or "HD Graphics" integrated graphics,