From e5bdc8bd2667248b00f41de60f84879acaba400e Mon Sep 17 00:00:00 2001 From: Matthew Hagan Date: Thu, 17 Feb 2022 00:04:32 +0000 Subject: [PATCH] mvebu: cortexa72: enable ARM_ARMADA_8K_CPUFREQ Enable the AP806's cpufreq driver. This driver is compatible with the Armada 7K and 8K platforms. Tested-by: Stijn Segers (RB5009UG+S+IN) Signed-off-by: Matthew Hagan (cherry picked from commit 6f88526fa4e0aa5f60834d181d04f8a9911887be) --- target/linux/mvebu/cortexa72/config-5.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mvebu/cortexa72/config-5.4 b/target/linux/mvebu/cortexa72/config-5.4 index ac65b1646b..754a2d9df3 100644 --- a/target/linux/mvebu/cortexa72/config-5.4 +++ b/target/linux/mvebu/cortexa72/config-5.4 @@ -76,6 +76,7 @@ CONFIG_ARMADA_37XX_CLK=y CONFIG_ARMADA_AP806_SYSCON=y CONFIG_ARMADA_CP110_SYSCON=y CONFIG_ARM_AMBA=y +CONFIG_ARM_ARMADA_8K_CPUFREQ=y CONFIG_ARM_ARCH_TIMER=y CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y CONFIG_ARM_GIC_V2M=y