13 lines
386 B
Text
Executable file
13 lines
386 B
Text
Executable file
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2021, The Linux Foundation. All rights reserved.
|
|
|
|
export CONFIG_DRM_MSM=y
|
|
export CONFIG_DRM_MSM_SDE=y
|
|
export CONFIG_SYNC_FILE=y
|
|
export CONFIG_DRM_MSM_DSI=y
|
|
export CONFIG_DSI_PARSER=y
|
|
export CONFIG_DRM_SDE_WB=n
|
|
export CONFIG_QCOM_MDSS_PLL=y
|
|
export CONFIG_MSM_SDE_ROTATOR=n
|
|
export CONFIG_DRM_SDE_RSC=n
|
|
export CONFIG_DISPLAY_BUILD=y
|