Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307592
b: refs/heads/master
c: b5e498a
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed May 21, 2012
1 parent 662dd3e commit 966ff8d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b2d6aba9657c7e3d027dd43ac7d7c405e0079d46
refs/heads/master: b5e498ad67863cc877fb05e6a71ce58eda4fb2ca
35 changes: 35 additions & 0 deletions trunk/kernel/time/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,38 @@ config GENERIC_CLOCKEVENTS_BUILD

config GENERIC_CLOCKEVENTS_MIN_ADJUST
bool

# Options selectable by arch Kconfig

# Watchdog function for clocksources to detect instabilities
config CLOCKSOURCE_WATCHDOG
bool

# Architecture has extra clocksource data
config ARCH_CLOCKSOURCE_DATA
bool

# Timekeeping vsyscall support
config GENERIC_TIME_VSYSCALL
bool

# ktime_t scalar 64bit nsec representation
config KTIME_SCALAR
bool

# Old style timekeeping
config ARCH_USES_GETTIMEOFFSET
bool

# The generic clock events infrastructure
config GENERIC_CLOCKEVENTS
bool

# Clockevents broadcasting infrastructure
config GENERIC_CLOCKEVENTS_BROADCAST
bool
depends on GENERIC_CLOCKEVENTS

# Generic update of CMOS clock
config GENERIC_CMOS_UPDATE
bool

0 comments on commit 966ff8d

Please sign in to comment.