From fa8604ee1a249fa6bab9f90a24bdbee35f621dfb Mon Sep 17 00:00:00 2001 From: d93921012 Date: Wed, 9 Jul 2025 10:09:29 +0800 Subject: [PATCH] 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 --- config/kernel/linux-sunxi-current.config | 1 + config/kernel/linux-sunxi-edge.config | 1 + config/kernel/linux-sunxi-legacy.config | 1 + 3 files changed, 3 insertions(+) diff --git a/config/kernel/linux-sunxi-current.config b/config/kernel/linux-sunxi-current.config index fc34fed52..a2e45fcae 100644 --- a/config/kernel/linux-sunxi-current.config +++ b/config/kernel/linux-sunxi-current.config @@ -1686,6 +1686,7 @@ CONFIG_BACKLIGHT_PWM=m CONFIG_BACKLIGHT_MT6370=m CONFIG_BACKLIGHT_QCOM_WLED=m CONFIG_BACKLIGHT_RT4831=m +CONFIG_BACKLIGHT_GPIO=m CONFIG_BACKLIGHT_LED=m CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y CONFIG_LOGO=y diff --git a/config/kernel/linux-sunxi-edge.config b/config/kernel/linux-sunxi-edge.config index fc34fed52..a2e45fcae 100644 --- a/config/kernel/linux-sunxi-edge.config +++ b/config/kernel/linux-sunxi-edge.config @@ -1686,6 +1686,7 @@ CONFIG_BACKLIGHT_PWM=m CONFIG_BACKLIGHT_MT6370=m CONFIG_BACKLIGHT_QCOM_WLED=m CONFIG_BACKLIGHT_RT4831=m +CONFIG_BACKLIGHT_GPIO=m CONFIG_BACKLIGHT_LED=m CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y CONFIG_LOGO=y diff --git a/config/kernel/linux-sunxi-legacy.config b/config/kernel/linux-sunxi-legacy.config index 4979e258b..5e39a5dcc 100644 --- a/config/kernel/linux-sunxi-legacy.config +++ b/config/kernel/linux-sunxi-legacy.config @@ -1694,6 +1694,7 @@ CONFIG_BACKLIGHT_PWM=m CONFIG_BACKLIGHT_MT6370=m CONFIG_BACKLIGHT_QCOM_WLED=m CONFIG_BACKLIGHT_RT4831=m +CONFIG_BACKLIGHT_GPIO=m CONFIG_BACKLIGHT_LED=m CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y CONFIG_LOGO=y