Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/Kconfig: add missing 'depends on DRM' for DRM_DP_CEC

Add a missing 'depends on DRM' for the DRM_DP_CEC config
option. Without that enabling DRM_DP_CEC will force CEC_CORE
to =y instead of =m if DRM=m as well.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/489bdaae-9b05-2d70-12e1-4fda7899dfc1@xs4all.nl

+1
+1
drivers/gpu/drm/Kconfig
··· 168 168 169 169 config DRM_DP_CEC 170 170 bool "Enable DisplayPort CEC-Tunneling-over-AUX HDMI support" 171 + depends on DRM 171 172 select CEC_CORE 172 173 help 173 174 Choose this option if you want to enable HDMI CEC support for