diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e7baca29f3fb..2d13b0166121 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -29,6 +29,10 @@ config GENERIC_TIME | |||
29 | bool | 29 | bool |
30 | default n | 30 | default n |
31 | 31 | ||
32 | config GENERIC_CLOCKEVENTS | ||
33 | bool | ||
34 | default n | ||
35 | |||
32 | config MMU | 36 | config MMU |
33 | bool | 37 | bool |
34 | default y | 38 | default y |
@@ -513,6 +517,8 @@ endmenu | |||
513 | 517 | ||
514 | menu "Kernel Features" | 518 | menu "Kernel Features" |
515 | 519 | ||
520 | source "kernel/time/Kconfig" | ||
521 | |||
516 | config SMP | 522 | config SMP |
517 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" | 523 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" |
518 | depends on EXPERIMENTAL && REALVIEW_MPCORE | 524 | depends on EXPERIMENTAL && REALVIEW_MPCORE |
@@ -572,6 +578,7 @@ config PREEMPT | |||
572 | 578 | ||
573 | config NO_IDLE_HZ | 579 | config NO_IDLE_HZ |
574 | bool "Dynamic tick timer" | 580 | bool "Dynamic tick timer" |
581 | depends on !GENERIC_CLOCKEVENTS | ||
575 | help | 582 | help |
576 | Select this option if you want to disable continuous timer ticks | 583 | Select this option if you want to disable continuous timer ticks |
577 | and have them programmed to occur as required. This option saves | 584 | and have them programmed to occur as required. This option saves |
@@ -669,6 +676,7 @@ config LEDS_TIMER | |||
669 | bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \ | 676 | bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \ |
670 | MACH_OMAP_H2 || MACH_OMAP_PERSEUS2 | 677 | MACH_OMAP_H2 || MACH_OMAP_PERSEUS2 |
671 | depends on LEDS | 678 | depends on LEDS |
679 | depends on !GENERIC_CLOCKEVENTS | ||
672 | default y if ARCH_EBSA110 | 680 | default y if ARCH_EBSA110 |
673 | help | 681 | help |
674 | If you say Y here, one of the system LEDs (the green one on the | 682 | If you say Y here, one of the system LEDs (the green one on the |