Skip to content

Commit

Permalink
arch: arm64: configs: disable nubia display code
Browse files Browse the repository at this point in the history
* this makes LiveDisplay work properly
 CONFIG_NUBIA_LCD_DISP_PREFERENCE=n
 CONFIG_NUBIA_LCD_COLORTMP_CONTINUOUS=n
 CONFIG_NUBIA_CABC_LOW_BRIGHTNESS=n
  • Loading branch information
HighwayStar committed Oct 1, 2019
1 parent 217c067 commit 4cf14ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/configs/lineageos_nx549j_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -406,14 +406,14 @@ CONFIG_MSM_DBA_ADV7533=y
CONFIG_FB_MSM_MDSS=y
CONFIG_FB_MSM_MDSS_WRITEBACK=y
CONFIG_FB_MSM_MDSS_HDMI_PANEL=y
CONFIG_NUBIA_LCD_DISP_PREFERENCE=y
CONFIG_NUBIA_LCD_COLORTMP_CONTINUOUS=y
CONFIG_NUBIA_LCD_DISP_PREFERENCE=n
CONFIG_NUBIA_LCD_COLORTMP_CONTINUOUS=n
CONFIG_NUBIA_LCD_BACKLIGHT_CURVE=y
CONFIG_NUBIA_LCD_BOE_OTM1906C_1080P_5P2=y
CONFIG_NUBIA_JDI_S6D1FA4X01_1080P_5P2=y
CONFIG_NUBIA_LCD_KEEP_POWER_ON=y
CONFIG_NUBIA_LCD_WLED_AND_DCS=y
CONFIG_NUBIA_CABC_LOW_BRIGHTNESS=y
CONFIG_NUBIA_CABC_LOW_BRIGHTNESS=n
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_SOUND=y
CONFIG_SND=y
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/configs/lineageos_nx551j_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ CONFIG_MSM_DBA_ADV7533=y
CONFIG_FB_MSM_MDSS=y
CONFIG_FB_MSM_MDSS_WRITEBACK=y
CONFIG_FB_MSM_MDSS_HDMI_PANEL=y
CONFIG_NUBIA_LCD_DISP_PREFERENCE=y
CONFIG_NUBIA_LCD_COLORTMP_CONTINUOUS=y
CONFIG_NUBIA_LCD_DISP_PREFERENCE=n
CONFIG_NUBIA_LCD_COLORTMP_CONTINUOUS=n
CONFIG_NUBIA_LCD_BACKLIGHT_CURVE=y
CONFIG_NUBIA_LCD_GVO_RM67195=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
Expand Down

0 comments on commit 4cf14ab

Please sign in to comment.