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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user