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

Commit 016bcb3b authored by Kumar Gala's avatar Kumar Gala
Browse files

drm/msm: drop ARCH_MSM Kconfig depend



The ARCH_MSM depend is redundant with ARCH_MSM8960, so we can remove it.
Additionally, we are splitting Qualcomm MSM support into legacy (ARCH_MSM)
and multiplatform (ARCH_QCOM).  The MSM8960 with be ARCH_QCOM going forward
so dropping ARCH_MSM will work properly for the new ARCH_QCOM multiplatform
build.

Acked-by: default avatarRob Clark <robdclark@gmail.com>
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent b3864a56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ config DRM_MSM
	tristate "MSM DRM"
	depends on DRM
	depends on MSM_IOMMU
	depends on (ARCH_MSM && ARCH_MSM8960) || (ARM && COMPILE_TEST)
	depends on ARCH_MSM8960 || (ARM && COMPILE_TEST)
	select DRM_KMS_HELPER
	select SHMEM
	select TMPFS