summaryrefslogtreecommitdiff
path: root/drivers/clk/mvebu/Kconfig
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@bootlin.com>2019-07-10 16:43:43 +0300
committerStephen Boyd <sboyd@kernel.org>2019-08-08 19:08:09 +0300
commitf756e362d938410a1143485cfcc44d7a8e6e3caf (patch)
tree7897451c4322252d92db63c42508afd40c48fca1 /drivers/clk/mvebu/Kconfig
parent33c0259092c805dc1cee9dd7bf66a955124702d9 (diff)
downloadlinux-f756e362d938410a1143485cfcc44d7a8e6e3caf.tar.xz
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