aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2013-06-17 13:43:19 -0400
committerDavid Brown <davidb@codeaurora.org>2013-06-24 16:08:05 -0400
commit8cc7f5338e729b79194e6c22e3c794faaef974b8 (patch)
treed9fad83dcb3e260ad862907a80431ad70d51883e /arch/arm/Kconfig
parent421faca0b538d1ed5f2065cbbc6bbec38f49a54f (diff)
ARM: msm: Migrate to common clock framework
Move the existing clock code in mach-msm to the common clock framework. We lose our capability to set the rate of and enable a clock through debugfs. This is ok though because the debugfs features are mainly used for testing and development of new clock code. To maintain compatibility with the original MSM clock code we make a wrapper for clk_reset() that calls the struct msm_clk specific reset function. This is necessary for the usb and sdcc devices on MSM until a better suited API is made available. Cc: Saravana Kannan <skannan@codeaurora.org> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d423d58f938d..af88c834a7c2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -622,8 +622,8 @@ config ARCH_MSM
622 bool "Qualcomm MSM" 622 bool "Qualcomm MSM"
623 select ARCH_REQUIRE_GPIOLIB 623 select ARCH_REQUIRE_GPIOLIB
624 select CLKDEV_LOOKUP 624 select CLKDEV_LOOKUP
625 select COMMON_CLK
625 select GENERIC_CLOCKEVENTS 626 select GENERIC_CLOCKEVENTS
626 select HAVE_CLK
627 help 627 help
628 Support for Qualcomm MSM/QSD based systems. This runs on the 628 Support for Qualcomm MSM/QSD based systems. This runs on the
629 apps processor of the MSM/QSD and depends on a shared memory 629 apps processor of the MSM/QSD and depends on a shared memory