diff options
| author | John Audia | 2025-05-24 00:09:49 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-28 11:22:00 +0000 |
| commit | f37e4dc3002f2557017c8f99825197e5f7256a02 (patch) | |
| tree | 599f7ef8171f125692762400bc90b06ec526ac40 | |
| parent | 3246d6c0a11e0129182b4c8bf433cb22dda6a6e0 (diff) | |
| download | openwrt-f37e4dc3002f2557017c8f99825197e5f7256a02.tar.gz | |
rockchip: armv8: add missing config option
6.6.92 requires the addition of CONFIG_ARM_SCMI_DEBUG_COUNTERS
Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/18835
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 763339207bb0a818d9ca3d0f0e4f928aba14b378)
Link: https://github.com/openwrt/openwrt/pull/18924
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -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 68eed3e5f9..187a1bb670 100644 --- a/target/linux/rockchip/armv8/config-6.6 +++ b/target/linux/rockchip/armv8/config-6.6 @@ -78,6 +78,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 |