-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: Add configurations for Sony Open Devices
We currently use a common configuration across all of the supported platforms in Sony Open Devices.
- Loading branch information
Showing
5 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
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=y | ||
export CONFIG_QCOM_MDSS_PLL=y | ||
export CONFIG_MSM_SDE_ROTATOR=y | ||
export CONFIG_DRM_SDE_RSC=y | ||
export CONFIG_DRM_SDE_SPECIFIC_PANEL=y | ||
export CONFIG_DRM_MSM_DSI_SOMC_PANEL=y | ||
export CONFIG_SOMC_PANEL_INCELL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
|
||
#define CONFIG_DRM_MSM 1 | ||
#define CONFIG_DRM_MSM_SDE 1 | ||
#define CONFIG_SYNC_FILE 1 | ||
#define CONFIG_DRM_MSM_DSI 1 | ||
#define CONFIG_DSI_PARSER 1 | ||
#define CONFIG_DRM_SDE_WB 1 | ||
#define CONFIG_QCOM_MDSS_PLL 1 | ||
#define CONFIG_MSM_SDE_ROTATOR 1 | ||
#define CONFIG_DRM_SDE_RSC 1 | ||
#define CONFIG_DRM_SDE_SPECIFIC_PANEL 1 | ||
#define CONFIG_DRM_MSM_DSI_SOMC_PANEL 1 | ||
#define CONFIG_SOMC_PANEL_INCELL 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export CONFIG_DRM_MSM_DP=y | ||
export CONFIG_QCOM_MDSS_DP_PLL=y | ||
export CONFIG_DRM_MSM_DP_SOMC_PANEL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
|
||
#define CONFIG_DRM_MSM_DP 1 | ||
#define CONFIG_QCOM_MDSS_DP_PLL 1 | ||
#define CONFIG_DRM_MSM_DP_SOMC_PANEL 1 |