
Add required changes to makefile and enable the config keys for holi target compilation. Change-Id: I4b48e79c8b26c45f2f54fc1ac02a6e322bda07b9 Signed-off-by: Krishna Manikandan <mkrishn@codeaurora.org>
16 строки
453 B
Plaintext
16 строки
453 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
|
|
export CONFIG_DRM_MSM=y
|
|
export CONFIG_DRM_MSM_SDE=y
|
|
export CONFIG_DRM_MSM_DP=n
|
|
export CONFIG_DRM_MSM_DP_MST=n
|
|
export CONFIG_SYNC_FILE=y
|
|
export CONFIG_DRM_MSM_DSI=y
|
|
export CONFIG_DSI_PARSER=y
|
|
export CONFIG_DRM_SDE_WB=n
|
|
export CONFIG_DRM_MSM_REGISTER_LOGGING=y
|
|
export CONFIG_QCOM_MDSS_PLL=y
|
|
export CONFIG_DRM_SDE_RSC=n
|
|
export CONFIG_DISPLAY_BUILD=m
|