diff options
| author | John Audia | 2025-05-24 00:14:52 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-28 11:22:00 +0000 |
| commit | 3246d6c0a11e0129182b4c8bf433cb22dda6a6e0 (patch) | |
| tree | 6bf0a0836178f1e813dbcd0f4da8daa517dd567a | |
| parent | 6f56ddc36f3d40fc2b904e19360d7be71b1ab61f (diff) | |
| download | openwrt-3246d6c0a11e0129182b4c8bf433cb22dda6a6e0.tar.gz | |
stm32: 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 83ff9600dc49716aadaf14bc7a2e1bdad171d6c1)
Link: https://github.com/openwrt/openwrt/pull/18924
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/stm32/stm32mp1/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/stm32/stm32mp1/config-6.6 b/target/linux/stm32/stm32mp1/config-6.6 index f7ed9030c6..f6f9efaf93 100644 --- a/target/linux/stm32/stm32mp1/config-6.6 +++ b/target/linux/stm32/stm32mp1/config-6.6 @@ -44,6 +44,7 @@ CONFIG_ARM_PSCI_CPUIDLE=y CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y CONFIG_ARM_PSCI_FW=y CONFIG_ARM_SCMI_CPUFREQ=y +# CONFIG_ARM_SCMI_DEBUG_COUNTERS is not set CONFIG_ARM_SCMI_HAVE_MSG=y CONFIG_ARM_SCMI_HAVE_SHMEM=y CONFIG_ARM_SCMI_HAVE_TRANSPORT=y |