[openwrt/openwrt] kernel: add missing Kconfig symbols

LEDE Commits lede-commits at lists.infradead.org
Sun May 11 04:11:49 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4044ce7109660d18bfc39cb392052581f44be80d

commit 4044ce7109660d18bfc39cb392052581f44be80d
Author: Tianling Shen <cnsztl at immortalwrt.org>
AuthorDate: Fri May 2 21:01:48 2025 +0800

    kernel: add missing Kconfig symbols
    
    Found when building rockchip target (with kernel 6.12).
    
    Signed-off-by: Tianling Shen <cnsztl at immortalwrt.org>
    Link: https://github.com/openwrt/openwrt/pull/18685
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/generic/config-6.12       | 1 +
 target/linux/rockchip/armv8/config-6.6 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12
index 1f30dffb30..b7f3b8b019 100644
--- a/target/linux/generic/config-6.12
+++ b/target/linux/generic/config-6.12
@@ -1627,6 +1627,7 @@ CONFIG_DQL=y
 # CONFIG_DRM_PARADE_PS8622 is not set
 # CONFIG_DRM_PARADE_PS8640 is not set
 # CONFIG_DRM_PL111 is not set
+# CONFIG_DRM_POWERVR is not set
 # CONFIG_DRM_QXL is not set
 # CONFIG_DRM_RADEON is not set
 # CONFIG_DRM_RADEON_USERPTR is not set
diff --git a/target/linux/rockchip/armv8/config-6.6 b/target/linux/rockchip/armv8/config-6.6
index c50372016e..4ad3a292c6 100644
--- a/target/linux/rockchip/armv8/config-6.6
+++ b/target/linux/rockchip/armv8/config-6.6
@@ -550,6 +550,7 @@ CONFIG_RATIONAL=y
 # CONFIG_RAVE_SP_CORE is not set
 CONFIG_RCU_TRACE=y
 CONFIG_REALTEK_PHY=y
+CONFIG_REALTEK_PHY_HWMON=y
 CONFIG_REGMAP=y
 CONFIG_REGMAP_I2C=y
 CONFIG_REGMAP_IRQ=y




More information about the lede-commits mailing list