[openwrt/openwrt] kernel: add missing config symbols for 5.15

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 2 14:07:57 PDT 2022


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fcaf7b32dacafdc2785d8d898ef422039d6742aa

commit fcaf7b32dacafdc2785d8d898ef422039d6742aa
Author: Tomas Lara <tl849670 at gmail.com>
AuthorDate: Sat Jun 25 22:13:25 2022 -0400

    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 at gmail.com>
---
 target/linux/generic/config-5.15 | 4 ++++
 1 file changed, 4 insertions(+)

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




More information about the lede-commits mailing list