From: John Audia Date: Sat, 24 May 2025 00:14:52 +0000 (-0400) Subject: stm32: add missing config option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18835%2Fhead;p=thirdparty%2Fopenwrt.git stm32: add missing config option 6.6.92 requires the addition of CONFIG_ARM_SCMI_DEBUG_COUNTERS Signed-off-by: John Audia Link: https://github.com/openwrt/openwrt/pull/18835 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/stm32/stm32mp1/config-6.6 b/target/linux/stm32/stm32mp1/config-6.6 index b81f7613946..b677322a25e 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