[openwrt/openwrt] rockchip: armv8: add missing config option
LEDE Commits
lede-commits at lists.infradead.org
Sun May 25 09:08:07 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/763339207bb0a818d9ca3d0f0e4f928aba14b378
commit 763339207bb0a818d9ca3d0f0e4f928aba14b378
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Fri May 23 20:09:49 2025 -0400
rockchip: armv8: add missing config option
6.6.92 requires the addition of CONFIG_ARM_SCMI_DEBUG_COUNTERS
Signed-off-by: John Audia <therealgraysky at proton.me>
Link: https://github.com/openwrt/openwrt/pull/18835
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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 5018b6e2f5..f7bd6be734 100644
--- a/target/linux/rockchip/armv8/config-6.6
+++ b/target/linux/rockchip/armv8/config-6.6
@@ -77,6 +77,7 @@ CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y
CONFIG_ARM_PSCI_FW=y
# CONFIG_ARM_RK3399_DMC_DEVFREQ is not set
CONFIG_ARM_SCMI_CPUFREQ=y
+# CONFIG_ARM_SCMI_DEBUG_COUNTERS is not set
CONFIG_ARM_SCMI_HAVE_SHMEM=y
CONFIG_ARM_SCMI_HAVE_TRANSPORT=y
CONFIG_ARM_SCMI_POWER_CONTROL=y
More information about the lede-commits
mailing list