diff options
author | John Audia <therealgraysky@proton.me> | 2023-06-11 13:11:52 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-06-17 12:09:03 +0200 |
commit | 81979018e09a2b5362089284dfd4db907fde12c4 (patch) | |
tree | 9215996644fffb5bdefce8af8fa942fe8821121c | |
parent | 68bc059c55ee71d273fc7d00eddd96f97dcc50d5 (diff) | |
download | upstream-81979018e09a2b5362089284dfd4db907fde12c4.tar.gz upstream-81979018e09a2b5362089284dfd4db907fde12c4.tar.bz2 upstream-81979018e09a2b5362089284dfd4db907fde12c4.zip |
kernel: add CONFIG_DRM_RCAR_USE_LVDS is not set
Added missing symbol.
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit fc3383a55877150ffe8068c46fe61f6881b1033c)
-rw-r--r-- | target/linux/generic/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 4635a423ff..2e9ad88606 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 |