diff options
| author | John Audia | 2023-06-11 17:11:52 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2023-06-12 18:39:38 +0000 |
| commit | fc3383a55877150ffe8068c46fe61f6881b1033c (patch) | |
| tree | 5c943f44eb459d16d2b984d2d002ceff94616e6e | |
| parent | 5714660643e9170920be2abbb2297d9aac0b9533 (diff) | |
| download | openwrt-fc3383a55877150ffe8068c46fe61f6881b1033c.tar.gz | |
kernel: add CONFIG_DRM_RCAR_USE_LVDS is not set
Added missing symbol.
Signed-off-by: John Audia <therealgraysky@proton.me>
| -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 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 |