Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5efb0a64 authored by Maria Yu's avatar Maria Yu Committed by Shefali Jain
Browse files

drm/msm: correct dependency of COMMON_CLK



COMMON_CLK API 'devm_clk_register' is called inside
config DRM_MSM_HDMI, not in config DRM_MSM. Correct
the dependency on COMMON_CLK in config DRM_MSM_HDMI.

Change-Id: Ic2b41aad01824e2d8a0d20ffeacf74f826a94933
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
parent d5d55ba0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ config DRM_MSM
	tristate "MSM DRM"
	depends on DRM
	depends on ARCH_QCOM || (ARM && COMPILE_TEST)
	depends on OF && COMMON_CLK
	depends on OF
	select REGULATOR
	select DRM_KMS_HELPER
	select DRM_PANEL
@@ -39,6 +39,7 @@ config DRM_MSM_HDMI_HDCP
config DRM_MSM_HDMI
	bool "Enable HDMI support in MSM DRM driver"
	depends on DRM_MSM
	depends on COMMON_CLK
	default n
	help
	  Compile in support for HDMI driver in msm drm