diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-14 18:33:33 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-05-07 01:27:02 +0300 |
commit | d3da3eaef7f4d0317d01c08824b65e5aee1315ef (patch) | |
tree | 66a477beba02446c9a4a7161cb195c3e5ec70480 /drivers/clk/mvebu/Kconfig | |
parent | 6e660e5cd0709f0f8f1e2cf375d204db645b1a51 (diff) | |
download | linux-d3da3eaef7f4d0317d01c08824b65e5aee1315ef.tar.xz |
clk: mvebu: new driver for Armada CP110 system controller
The Armada CP110 system controller provides, amongst other things, a
number of clocks for the platform: a small number of core clocks, and
then a number of gatable clocks, derived from some of the core
clocks. Those clocks are configured via registers of the CP110 System
Controller.
The CP110 is the other core HW block (next to the AP806) used in the
Marvel Armada 7K and 8K SoCs.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
[sboyd@codeaurora.org: Silence some checkpatch noise]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/mvebu/Kconfig')
-rw-r--r-- | drivers/clk/mvebu/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig index bf7ae003f20f..3165da77d525 100644 --- a/drivers/clk/mvebu/Kconfig +++ b/drivers/clk/mvebu/Kconfig @@ -32,6 +32,9 @@ config ARMADA_XP_CLK config ARMADA_AP806_SYSCON bool +config ARMADA_CP110_SYSCON + bool + config DOVE_CLK bool select MVEBU_CLK_COMMON |