mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
blackfin: Use generic time config
Use seperate selector for clockevents. Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de> Cc: Mike Frysinger <vapier@gentoo.org> Link: http://lkml.kernel.org/r/20120518163105.026597932@glx-um.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
8d6af9914c
commit
dfbaec06bd
@ -37,6 +37,7 @@ config BLACKFIN
|
||||
select GENERIC_IRQ_PROBE
|
||||
select IRQ_PER_CPU if SMP
|
||||
select HAVE_NMI_WATCHDOG if NMI_WATCHDOG
|
||||
select ARCH_USES_GETTIMEOFFSET if !GENERIC_CLOCKEVENTS
|
||||
|
||||
config GENERIC_CSUM
|
||||
def_bool y
|
||||
@ -593,9 +594,10 @@ comment "Kernel Timer/Scheduler"
|
||||
|
||||
source kernel/Kconfig.hz
|
||||
|
||||
config GENERIC_CLOCKEVENTS
|
||||
config SET_GENERIC_CLOCKEVENTS
|
||||
bool "Generic clock events"
|
||||
default y
|
||||
select GENERIC_CLOCKEVENTS
|
||||
|
||||
menu "Clock event device"
|
||||
depends on GENERIC_CLOCKEVENTS
|
||||
@ -629,10 +631,6 @@ config GPTMR0_CLOCKSOURCE
|
||||
depends on !TICKSOURCE_GPTMR0
|
||||
endmenu
|
||||
|
||||
config ARCH_USES_GETTIMEOFFSET
|
||||
depends on !GENERIC_CLOCKEVENTS
|
||||
def_bool y
|
||||
|
||||
source kernel/time/Kconfig
|
||||
|
||||
comment "Misc"
|
||||
|
Loading…
Reference in New Issue
Block a user