diff options
author | Noam Camus <noamc@ezchip.com> | 2016-01-14 09:50:08 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-05-09 07:02:29 +0300 |
commit | 69fbd09874ded099d445271d05681529dac4d00a (patch) | |
tree | 955cbb63501600a628ebcac8a4c618fad41b46c1 /arch/arc/Kconfig | |
parent | eec3c58efa271d7dfa30c978dda2c88280212634 (diff) | |
download | linux-69fbd09874ded099d445271d05681529dac4d00a.tar.xz |
ARC: clockevent: Prepare for DT based probe
- call clocksource_probe()
- This in turns needs of_clk_init() to be called earlier
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Noam Camus <noamc@ezchip.com>
[vgupta: broken off from a bigger patch]
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index a8767430df7d..ae3943435abf 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -10,8 +10,9 @@ config ARC def_bool y select ARCH_SUPPORTS_ATOMIC_RMW if ARC_HAS_LLSC select BUILDTIME_EXTABLE_SORT - select COMMON_CLK + select CLKSRC_OF select CLONE_BACKWARDS + select COMMON_CLK select GENERIC_ATOMIC64 select GENERIC_CLOCKEVENTS select GENERIC_FIND_FIRST_BIT |