aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 9a01d445eca8..e51988237d3b 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -229,7 +229,7 @@ endchoice
229 229
230config SMP 230config SMP
231 depends on BF561 231 depends on BF561
232 select GENERIC_TIME 232 select GENERIC_CLOCKEVENTS
233 bool "Symmetric multi-processing support" 233 bool "Symmetric multi-processing support"
234 ---help--- 234 ---help---
235 This enables support for systems with more than one CPU, 235 This enables support for systems with more than one CPU,
@@ -613,12 +613,10 @@ comment "Kernel Timer/Scheduler"
613source kernel/Kconfig.hz 613source kernel/Kconfig.hz
614 614
615config GENERIC_TIME 615config GENERIC_TIME
616 bool "Generic time" 616 def_bool y
617 default y
618 617
619config GENERIC_CLOCKEVENTS 618config GENERIC_CLOCKEVENTS
620 bool "Generic clock events" 619 bool "Generic clock events"
621 depends on GENERIC_TIME
622 default y 620 default y
623 621
624choice 622choice
@@ -653,6 +651,10 @@ config GPTMR0_CLOCKSOURCE
653 depends on GENERIC_CLOCKEVENTS 651 depends on GENERIC_CLOCKEVENTS
654 depends on !TICKSOURCE_GPTMR0 652 depends on !TICKSOURCE_GPTMR0
655 653
654config ARCH_USES_GETTIMEOFFSET
655 depends on !GENERIC_CLOCKEVENTS
656 def_bool y
657
656source kernel/time/Kconfig 658source kernel/time/Kconfig
657 659
658comment "Misc" 660comment "Misc"