aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorKevin Hilman <khilman@mvista.com>2007-03-13 15:29:24 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-04-21 16:02:21 -0400
commit0567a0c022d5b343370a343121f38fd89925de55 (patch)
tree6c71ca560b2e4ad7789506f69c7dbd2b11dd2c80 /arch/arm/Kconfig
parent235b185ce47ce64793362bd3ae4bcd8afc6b57b8 (diff)
[ARM] 4257/2: Kconfig support for GENERIC_CLOCKEVENTS
This time with LEDS_TIMER set with !GENERIC_CLOCKEVENTS Signed-off-by: Kevin Hilman <khilman@mvista.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig8
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
32config GENERIC_CLOCKEVENTS
33 bool
34 default n
35
32config MMU 36config MMU
33 bool 37 bool
34 default y 38 default y
@@ -513,6 +517,8 @@ endmenu
513 517
514menu "Kernel Features" 518menu "Kernel Features"
515 519
520source "kernel/time/Kconfig"
521
516config SMP 522config 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
573config NO_IDLE_HZ 579config 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