projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b53eb4
)
arm: msm: define HAVE_CLK for ARCH_MSM
author
Steve Muckle
<smuckle@quicinc.com>
Mon, 29 Dec 2008 21:17:22 +0000
(16:17 -0500)
committer
Daniel Walker
<dwalker@codeaurora.org>
Mon, 3 May 2010 18:15:02 +0000
(11:15 -0700)
MSM supports the <linux/clk.h> interface.
Acked-by: David Brown <davidb@quicinc.com>
Signed-off-by: Steve Muckle <smuckle@quicinc.com>
arch/arm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 9264d0176c3b85a3ba7a0c11db6e629073dc075b..355bc5e6e6ea1bca15d8cce1507130e1a1a1a7d9 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-601,6
+601,7
@@
config ARCH_PXA
config ARCH_MSM
bool "Qualcomm MSM"
+ select HAVE_CLK
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
help