diff options
author | Tomas Lara <tl849670@gmail.com> | 2022-06-25 22:13:25 -0400 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-10-02 23:07:50 +0200 |
commit | fcaf7b32dacafdc2785d8d898ef422039d6742aa (patch) | |
tree | 85316886e3b353de44191a1bc4804a09d38bb0e1 /target/linux/generic | |
parent | c4f0781eae02c2ff33987d932ffa60398724769f (diff) | |
download | upstream-fcaf7b32dacafdc2785d8d898ef422039d6742aa.tar.gz upstream-fcaf7b32dacafdc2785d8d898ef422039d6742aa.tar.bz2 upstream-fcaf7b32dacafdc2785d8d898ef422039d6742aa.zip |
kernel: add missing config symbols for 5.15
Add missing symbols, needed when rockchip kernel 5.15 is compile with ALL_KMODS=y
Signed-off-by: Tomas Lara <tl849670@gmail.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-5.15 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index c1733ec7de..2950ea1a6b 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -1631,6 +1631,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_ROCKCHIP is not set # CONFIG_DRM_SII902X is not set # CONFIG_DRM_SII9234 is not set # CONFIG_DRM_SIL_SII8620 is not set @@ -6068,6 +6069,8 @@ CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y # CONFIG_SND_SOC_PCM512x_SPI is not set # CONFIG_SND_SOC_QCOM is not set # CONFIG_SND_SOC_RK3328 is not set +# CONFIG_SND_SOC_RK817 is not set +# CONFIG_SND_SOC_ROCKCHIP is not set # CONFIG_SND_SOC_RT5616 is not set # CONFIG_SND_SOC_RT5631 is not set # CONFIG_SND_SOC_RT5640 is not set @@ -7288,6 +7291,7 @@ CONFIG_VHOST_MENU=y # CONFIG_VIDEO_RDACM20 is not set # CONFIG_VIDEO_RDACM21 is not set # CONFIG_VIDEO_RJ54N1 is not set +# CONFIG_VIDEO_ROCKCHIP_ISP1 is not set # CONFIG_VIDEO_S5C73M3 is not set # CONFIG_VIDEO_S5K4ECGX is not set # CONFIG_VIDEO_S5K5BAF is not set |