[openwrt/openwrt] kernel: add CONFIG_DRM_RCAR_USE_LVDS is not set

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 12 11:40:41 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fc3383a55877150ffe8068c46fe61f6881b1033c

commit fc3383a55877150ffe8068c46fe61f6881b1033c
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Sun Jun 11 13:11:52 2023 -0400

    kernel: add CONFIG_DRM_RCAR_USE_LVDS is not set
    
    Added missing symbol.
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
---
 target/linux/generic/config-5.15 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 5ca1ff0833..251a6fbcc3 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -1634,6 +1634,7 @@ CONFIG_DQL=y
 # CONFIG_DRM_RADEON_USERPTR is not set
 # CONFIG_DRM_RCAR_DW_HDMI is not set
 # CONFIG_DRM_RCAR_LVDS is not set
+# CONFIG_DRM_RCAR_USE_LVDS is not set
 # CONFIG_DRM_ROCKCHIP is not set
 # CONFIG_DRM_SII902X is not set
 # CONFIG_DRM_SII9234 is not set




More information about the lede-commits mailing list