diff options
author | Steve Muckle <smuckle@quicinc.com> | 2008-12-29 16:17:22 -0500 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-05-03 11:15:02 -0700 |
commit | 4b536b8d909f4e3dfa84fa7a63fbc5896e3490e8 (patch) | |
tree | 913ae5ba86d4405b30242db00a53e1270bd8b145 | |
parent | 4b53eb4f5d78416456bb969ce30e3bed2731d744 (diff) |
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>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9264d0176c3b..355bc5e6e6ea 100644 --- 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 |