Skip to content

Commit fa8604e

Browse files
d93921012igorpecovnik
authored andcommitted
feat: Add CONFIG_BACKLIGHT_GPIO=m for TinyDRM backlight
This is required for gpio-backlight when using the Tiny DRM driver with SPI-interface LCD panels
1 parent b93dd78 commit fa8604e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

config/kernel/linux-sunxi-current.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,7 @@ CONFIG_BACKLIGHT_PWM=m
16861686
CONFIG_BACKLIGHT_MT6370=m
16871687
CONFIG_BACKLIGHT_QCOM_WLED=m
16881688
CONFIG_BACKLIGHT_RT4831=m
1689+
CONFIG_BACKLIGHT_GPIO=m
16891690
CONFIG_BACKLIGHT_LED=m
16901691
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
16911692
CONFIG_LOGO=y

config/kernel/linux-sunxi-edge.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,7 @@ CONFIG_BACKLIGHT_PWM=m
16861686
CONFIG_BACKLIGHT_MT6370=m
16871687
CONFIG_BACKLIGHT_QCOM_WLED=m
16881688
CONFIG_BACKLIGHT_RT4831=m
1689+
CONFIG_BACKLIGHT_GPIO=m
16891690
CONFIG_BACKLIGHT_LED=m
16901691
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
16911692
CONFIG_LOGO=y

config/kernel/linux-sunxi-legacy.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,7 @@ CONFIG_BACKLIGHT_PWM=m
16941694
CONFIG_BACKLIGHT_MT6370=m
16951695
CONFIG_BACKLIGHT_QCOM_WLED=m
16961696
CONFIG_BACKLIGHT_RT4831=m
1697+
CONFIG_BACKLIGHT_GPIO=m
16971698
CONFIG_BACKLIGHT_LED=m
16981699
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
16991700
CONFIG_LOGO=y

0 commit comments

Comments
 (0)