summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mvebu/Kconfig
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2012-11-17 15:22:26 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-20 14:43:24 +0100
commitf97d0d7aa8f8cec29a24d65afa12a777c6d2a2f1 (patch)
tree96b8ae53f370882f4e399f9da657e78eb388a505 /drivers/clk/mvebu/Kconfig
parentab8ba01b3fe5e0b81bd2da0afe66f7f6968e017b (diff)
downloadlinux-f97d0d7aa8f8cec29a24d65afa12a777c6d2a2f1.tar.bz2
clk: mvebu: add clock gating control provider for DT
This driver allows to provide DT clocks for clock gates found on Marvell Dove and Kirkwood SoCs. The clock gates are referenced by the phandle index of the corresponding bit in the clock gating control register to ease lookup in the datasheet. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'drivers/clk/mvebu/Kconfig')
-rw-r--r--drivers/clk/mvebu/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig
index 1dd93ada9cb3..57323fd15ec9 100644
--- a/drivers/clk/mvebu/Kconfig
+++ b/drivers/clk/mvebu/Kconfig
@@ -4,3 +4,5 @@ config MVEBU_CLK_CORE
config MVEBU_CLK_CPU
bool
+config MVEBU_CLK_GATING
+ bool