From c7c7a1cfc0c203d1e731d16720c226355e286baf Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 26 May 2025 14:54:08 +0800 Subject: [PATCH] rockchip: add missing symbol Commit 7cace002baaf added a generic kernel patch that exposes a new symbol REALTEK_PHY_HWMON when REALTEK_PHY and HWMON are enabled. The new symbol was added to kmod-phy-realtek, but the kmod is not used in the rockchip target. Signed-off-by: Tianling Shen Link: https://github.com/openwrt/openwrt/pull/18921 Signed-off-by: Hauke Mehrtens --- target/linux/rockchip/armv8/config-6.6 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/rockchip/armv8/config-6.6 b/target/linux/rockchip/armv8/config-6.6 index 187a1bb6700..6a1cc94bf70 100644 --- a/target/linux/rockchip/armv8/config-6.6 +++ b/target/linux/rockchip/armv8/config-6.6 @@ -552,6 +552,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 -- 2.47.2