diff options
author | Steve Muckle <smuckle@quicinc.com> | 2008-12-29 16:17:22 -0500 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-05-03 14:15:02 -0400 |
commit | 4b536b8d909f4e3dfa84fa7a63fbc5896e3490e8 (patch) | |
tree | 913ae5ba86d4405b30242db00a53e1270bd8b145 /arch/arm/Kconfig | |
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>
Diffstat (limited to 'arch/arm/Kconfig')
-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 | |||
601 | 601 | ||
602 | config ARCH_MSM | 602 | config ARCH_MSM |
603 | bool "Qualcomm MSM" | 603 | bool "Qualcomm MSM" |
604 | select HAVE_CLK | ||
604 | select GENERIC_TIME | 605 | select GENERIC_TIME |
605 | select GENERIC_CLOCKEVENTS | 606 | select GENERIC_CLOCKEVENTS |
606 | help | 607 | help |