mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-01 15:15:19 -04:00
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull clocksource updates from Ingo Molnar: "The main change in this tree is the addition of various new SoC clocksource/clockevents drivers: Conexant Digicolor SoCs, rockchip rk3288 board, asm9260 for MIPS and versatile AB/PB boards" * 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: dts: versatile: Add sysregs node clocksource: versatile: Adapt for Versatile AB and PB boards dt/bindings: Add binding for Versatile system registers clocksource: Driver for Conexant Digicolor SoC timer clocksource: devicetree: Document Conexant Digicolor timer binding clockevents: rockchip: Add rockchip timer for rk3288 ARM: clocksource: Add asm9260_timer driver clocksource: marco: Rename marco to atlas7 clocksource: sirf: Remove unused variable
This commit is contained in:
@@ -18,6 +18,9 @@ config CLKBLD_I8253
|
||||
config CLKSRC_MMIO
|
||||
bool
|
||||
|
||||
config DIGICOLOR_TIMER
|
||||
bool
|
||||
|
||||
config DW_APB_TIMER
|
||||
bool
|
||||
|
||||
@@ -26,6 +29,10 @@ config DW_APB_TIMER_OF
|
||||
select DW_APB_TIMER
|
||||
select CLKSRC_OF
|
||||
|
||||
config ROCKCHIP_TIMER
|
||||
bool
|
||||
select CLKSRC_OF
|
||||
|
||||
config ARMADA_370_XP_TIMER
|
||||
bool
|
||||
select CLKSRC_OF
|
||||
@@ -236,4 +243,14 @@ config CLKSRC_PXA
|
||||
This enables OST0 support available on PXA and SA-11x0
|
||||
platforms.
|
||||
|
||||
config ASM9260_TIMER
|
||||
bool "Alphascale ASM9260 timer driver"
|
||||
depends on GENERIC_CLOCKEVENTS
|
||||
select CLKSRC_MMIO
|
||||
select CLKSRC_OF
|
||||
default y if MACH_ASM9260
|
||||
help
|
||||
This enables build of a clocksource and clockevent driver for
|
||||
the 32-bit System Timer hardware available on a Alphascale ASM9260.
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user