diff options
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 9a01d445eca8..ae6a60f10120 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -47,6 +47,9 @@ config GENERIC_HARDIRQS | |||
47 | config GENERIC_IRQ_PROBE | 47 | config GENERIC_IRQ_PROBE |
48 | def_bool y | 48 | def_bool y |
49 | 49 | ||
50 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
51 | def_bool y | ||
52 | |||
50 | config GENERIC_GPIO | 53 | config GENERIC_GPIO |
51 | def_bool y | 54 | def_bool y |
52 | 55 | ||
@@ -229,7 +232,7 @@ endchoice | |||
229 | 232 | ||
230 | config SMP | 233 | config SMP |
231 | depends on BF561 | 234 | depends on BF561 |
232 | select GENERIC_TIME | 235 | select GENERIC_CLOCKEVENTS |
233 | bool "Symmetric multi-processing support" | 236 | bool "Symmetric multi-processing support" |
234 | ---help--- | 237 | ---help--- |
235 | This enables support for systems with more than one CPU, | 238 | This enables support for systems with more than one CPU, |
@@ -613,12 +616,10 @@ comment "Kernel Timer/Scheduler" | |||
613 | source kernel/Kconfig.hz | 616 | source kernel/Kconfig.hz |
614 | 617 | ||
615 | config GENERIC_TIME | 618 | config GENERIC_TIME |
616 | bool "Generic time" | 619 | def_bool y |
617 | default y | ||
618 | 620 | ||
619 | config GENERIC_CLOCKEVENTS | 621 | config GENERIC_CLOCKEVENTS |
620 | bool "Generic clock events" | 622 | bool "Generic clock events" |
621 | depends on GENERIC_TIME | ||
622 | default y | 623 | default y |
623 | 624 | ||
624 | choice | 625 | choice |
@@ -653,6 +654,10 @@ config GPTMR0_CLOCKSOURCE | |||
653 | depends on GENERIC_CLOCKEVENTS | 654 | depends on GENERIC_CLOCKEVENTS |
654 | depends on !TICKSOURCE_GPTMR0 | 655 | depends on !TICKSOURCE_GPTMR0 |
655 | 656 | ||
657 | config ARCH_USES_GETTIMEOFFSET | ||
658 | depends on !GENERIC_CLOCKEVENTS | ||
659 | def_bool y | ||
660 | |||
656 | source kernel/time/Kconfig | 661 | source kernel/time/Kconfig |
657 | 662 | ||
658 | comment "Misc" | 663 | comment "Misc" |