drm: msm: move display mmrm enable config to platform config

This change moves mmrm enable flag to the display platform config files.
This allows to selectively enable mmrm in the display driver,
so other platforms not requiring mmrm in their build can compile
with their own config files.

Change-Id: I02415c6a22252dfc483a3da03b623351811ffc01
Signed-off-by: Christina Oliveira <coliveir@codeaurora.org>
This commit is contained in:
Christina Oliveira
2021-04-08 10:50:52 -07:00
szülő 9e123e2f79
commit 53a934668e
4 fájl változott, egészen pontosan 4 új sor hozzáadva és 2 régi sor törölve

Fájl megtekintése

@@ -2164,7 +2164,9 @@ static void __exit msm_drm_unregister(void)
module_init(msm_drm_register);
module_exit(msm_drm_unregister);
#if IS_ENABLED(CONFIG_MSM_MMRM)
MODULE_SOFTDEP("pre: msm-mmrm");
#endif
MODULE_AUTHOR("Rob Clark <robdclark@gmail.com");
MODULE_DESCRIPTION("MSM DRM Driver");
MODULE_LICENSE("GPL");