diff options
| author | Tianling Shen | 2025-05-26 06:54:08 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-08 13:54:37 +0000 |
| commit | c7c7a1cfc0c203d1e731d16720c226355e286baf (patch) | |
| tree | 45f3ae1f619cea84e17a5d573fb278171970831c | |
| parent | 79cfac227e2f85fb2d1496b95c62245996c3f2b8 (diff) | |
| download | openwrt-c7c7a1cfc0c203d1e731d16720c226355e286baf.tar.gz | |
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 <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/18921
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/rockchip/armv8/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rockchip/armv8/config-6.6 b/target/linux/rockchip/armv8/config-6.6 index 187a1bb670..6a1cc94bf7 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 |