diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-07-24 13:54:30 -0700 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-08-06 11:18:02 -0700 |
commit | c602520ff8da605becd62c25e271210b336d8eca (patch) | |
tree | 8436b7abf3166a03412c2c8a10c9afd6c054ccbb /arch/arm/Kconfig | |
parent | 34606f38713169a88a8be6c75ccf93d59841c349 (diff) | |
download | talos-obmc-linux-c602520ff8da605becd62c25e271210b336d8eca.tar.gz talos-obmc-linux-c602520ff8da605becd62c25e271210b336d8eca.zip |
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 bool "Qualcomm MSM" select ARCH_REQUIRE_GPIOLIB select CLKDEV_LOOKUP + select CLKSRC_OF if OF select COMMON_CLK select GENERIC_CLOCKEVENTS help |