12 lines
340 B
Plaintext
Executable File
12 lines
340 B
Plaintext
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_QCOM_MDSS_PLL=y
|
|
export CONFIG_DRM_MSM_REGISTER_LOGGING=y
|
|
export CONFIG_DISPLAY_BUILD=m
|