summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2013-08-15 15:24:18 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-08-16 08:45:33 +0200
commit25bc49299727dcfddacc4e85aa5fe8ae0fe8a42d (patch)
tree28a58b49ed67e2204ee725080a5b813e0ce87341 /arch/arm/Kconfig
parentf5bd6a5739c968654f36f60916fa056181445cac (diff)
downloadbarebox-25bc49299727dcfddacc4e85aa5fe8ae0fe8a42d.tar.gz
barebox-25bc49299727dcfddacc4e85aa5fe8ae0fe8a42d.tar.xz
clk: mvebu: add OF clock providers for Marvell MVEBU SoCs
This adds of_clk_providers for core clocks and clock gates found on Marvell MVEBU SoCs (Armada 370, Armada XP, Dove, and Kirkwood). It is based on Linux clock providers with clock flags removed, as they are not used on Barebox. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e4db8da166..687acca71d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -83,9 +83,11 @@ config ARCH_IMX
config ARCH_MVEBU
bool "Marvell EBU platforms"
select COMMON_CLK
+ select COMMON_CLK_OF_PROVIDER
select CLKDEV_LOOKUP
select GPIOLIB
select HAS_DEBUG_LL
+ select OFTREE
config ARCH_MXS
bool "Freescale i.MX23/28 (mxs) based"