mirror of https://gitee.com/openkylin/linux.git
[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>
This commit is contained in:
parent
235b185ce4
commit
0567a0c022
|
@ -29,6 +29,10 @@ config GENERIC_TIME
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config GENERIC_CLOCKEVENTS
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config MMU
|
config MMU
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
@ -513,6 +517,8 @@ endmenu
|
||||||
|
|
||||||
menu "Kernel Features"
|
menu "Kernel Features"
|
||||||
|
|
||||||
|
source "kernel/time/Kconfig"
|
||||||
|
|
||||||
config SMP
|
config SMP
|
||||||
bool "Symmetric Multi-Processing (EXPERIMENTAL)"
|
bool "Symmetric Multi-Processing (EXPERIMENTAL)"
|
||||||
depends on EXPERIMENTAL && REALVIEW_MPCORE
|
depends on EXPERIMENTAL && REALVIEW_MPCORE
|
||||||
|
@ -572,6 +578,7 @@ config PREEMPT
|
||||||
|
|
||||||
config NO_IDLE_HZ
|
config NO_IDLE_HZ
|
||||||
bool "Dynamic tick timer"
|
bool "Dynamic tick timer"
|
||||||
|
depends on !GENERIC_CLOCKEVENTS
|
||||||
help
|
help
|
||||||
Select this option if you want to disable continuous timer ticks
|
Select this option if you want to disable continuous timer ticks
|
||||||
and have them programmed to occur as required. This option saves
|
and have them programmed to occur as required. This option saves
|
||||||
|
@ -669,6 +676,7 @@ config LEDS_TIMER
|
||||||
bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \
|
bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \
|
||||||
MACH_OMAP_H2 || MACH_OMAP_PERSEUS2
|
MACH_OMAP_H2 || MACH_OMAP_PERSEUS2
|
||||||
depends on LEDS
|
depends on LEDS
|
||||||
|
depends on !GENERIC_CLOCKEVENTS
|
||||||
default y if ARCH_EBSA110
|
default y if ARCH_EBSA110
|
||||||
help
|
help
|
||||||
If you say Y here, one of the system LEDs (the green one on the
|
If you say Y here, one of the system LEDs (the green one on the
|
||||||
|
|
Loading…
Reference in New Issue