arm: msm: define HAVE_CLK for ARCH_MSM

MSM supports the <linux/clk.h> interface.

Acked-by: David Brown <davidb@quicinc.com>
Signed-off-by: Steve Muckle <smuckle@quicinc.com>
This commit is contained in:
Steve Muckle 2008-12-29 16:17:22 -05:00 committed by Daniel Walker
parent 4b53eb4f5d
commit 4b536b8d90
1 changed files with 1 additions and 0 deletions

View File

@ -601,6 +601,7 @@ config ARCH_PXA
config ARCH_MSM
bool "Qualcomm MSM"
select HAVE_CLK
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
help