diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-07-24 16:54:30 -0400 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-08-06 14:18:02 -0400 |
commit | c602520ff8da605becd62c25e271210b336d8eca (patch) | |
tree | 8436b7abf3166a03412c2c8a10c9afd6c054ccbb /arch/arm/Kconfig | |
parent | 34606f38713169a88a8be6c75ccf93d59841c349 (diff) |
ARM: msm: Migrate msm_timer to CLOCKSOURCE_OF_DECLARE
This allows us to remove the init_time callback in the DT machine
descriptors, shrinking the code.
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ba412e02ec0c..36dfd06eaaa2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -630,6 +630,7 @@ config ARCH_MSM | |||
630 | bool "Qualcomm MSM" | 630 | bool "Qualcomm MSM" |
631 | select ARCH_REQUIRE_GPIOLIB | 631 | select ARCH_REQUIRE_GPIOLIB |
632 | select CLKDEV_LOOKUP | 632 | select CLKDEV_LOOKUP |
633 | select CLKSRC_OF if OF | ||
633 | select COMMON_CLK | 634 | select COMMON_CLK |
634 | select GENERIC_CLOCKEVENTS | 635 | select GENERIC_CLOCKEVENTS |
635 | help | 636 | help |