summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-07-23 07:14:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-23 08:28:02 +0200
commitcdd1de46ff81bdcfc323953156c1b4573a36cb1f (patch)
treefaa3e298e43c735d4d99d93b1cddc2dd4f539998 /arch/arm/Kconfig
parented8e6f17a54a997d3dc1045580e0dc655dd134b4 (diff)
downloadbarebox-cdd1de46ff81bdcfc323953156c1b4573a36cb1f.tar.gz
barebox-cdd1de46ff81bdcfc323953156c1b4573a36cb1f.tar.xz
clk: provide static inline wrappers
So that drivers can use clk_* functions without having to ifdef them away. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e7d8cdd315..3a7483783c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -34,6 +34,7 @@ config ARCH_AT91
select CLKDEV_LOOKUP
select HAS_DEBUG_LL
select HAVE_MACH_ARM_HEAD
+ select HAVE_CLK
config ARCH_BCM2835
bool "Broadcom BCM2835 boards"
@@ -99,6 +100,7 @@ config ARCH_NOMADIK
bool "STMicroelectronics Nomadik"
select CPU_ARM926T
select CLOCKSOURCE_NOMADIK
+ select HAVE_CLK
help
Support for the Nomadik platform by ST-Ericsson
@@ -133,6 +135,7 @@ config ARCH_VERSATILE
bool "ARM Versatile boards (ARM926EJ-S)"
select CPU_ARM926T
select GPIOLIB
+ select HAVE_CLK
config ARCH_VEXPRESS
bool "ARM Vexpres boards"