aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/mvebu/Kconfig
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@bootlin.com>2019-07-10 15:43:43 +0200
committerStephen Boyd <sboyd@kernel.org>2019-08-08 09:08:09 -0700
commitf756e362d938410a1143485cfcc44d7a8e6e3caf (patch)
tree7897451c4322252d92db63c42508afd40c48fca1 /drivers/clk/mvebu/Kconfig
parentclk: mvebu: add helper file for Armada AP and CP clocks (diff)
downloadlinux-dev-f756e362d938410a1143485cfcc44d7a8e6e3caf.tar.xz
linux-dev-f756e362d938410a1143485cfcc44d7a8e6e3caf.zip
clk: mvebu: add CPU clock driver for Armada 7K/8K
The CPU frequency is managed at the AP level for the Armada 7K/8K. The CPU frequency is modified by cluster: the CPUs of the same cluster have the same frequency. This patch adds the clock driver that will be used by CPUFreq, it is based on the work of Omri Itach <omrii@marvell.com>. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Link: https://lkml.kernel.org/r/20190710134346.30239-4-gregory.clement@bootlin.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/mvebu/Kconfig')
-rw-r--r--drivers/clk/mvebu/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig
index 19f1b51ed15e..415e6906a113 100644
--- a/drivers/clk/mvebu/Kconfig
+++ b/drivers/clk/mvebu/Kconfig
@@ -40,6 +40,9 @@ config ARMADA_AP806_SYSCON
bool
select ARMADA_AP_CP_HELPER
+config ARMADA_AP_CPU_CLK
+ bool
+
config ARMADA_CP110_SYSCON
bool
select ARMADA_AP_CP_HELPER