Blame view

kernel/time/Kconfig 813 Bytes
79bf2bb33   Thomas Gleixner   [PATCH] tick-mana...
1
2
3
4
5
  #
  # Timer subsystem related configuration options
  #
  config TICK_ONESHOT
  	bool
79bf2bb33   Thomas Gleixner   [PATCH] tick-mana...
6
7
8
  
  config NO_HZ
  	bool "Tickless System (Dynamic Ticks)"
592913ecb   John Stultz   time: Kill off CO...
9
  	depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS
79bf2bb33   Thomas Gleixner   [PATCH] tick-mana...
10
11
12
13
14
  	select TICK_ONESHOT
  	help
  	  This option enables a tickless system: timer interrupts will
  	  only trigger on an as-needed basis both when the system is
  	  busy and when the system is idle.
54cdfdb47   Thomas Gleixner   [PATCH] hrtimers:...
15
16
17
  
  config HIGH_RES_TIMERS
  	bool "High Resolution Timer Support"
592913ecb   John Stultz   time: Kill off CO...
18
  	depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS
54cdfdb47   Thomas Gleixner   [PATCH] hrtimers:...
19
20
21
22
23
  	select TICK_ONESHOT
  	help
  	  This option enables high resolution timer support. If your
  	  hardware is not capable then this option only increases
  	  the size of the kernel image.
de68d9b17   Thomas Gleixner   clockevents: Allo...
24
25
26
  config GENERIC_CLOCKEVENTS_BUILD
  	bool
  	default y
a13b03277   Paul Bolle   clockevents: drop...
27
  	depends on GENERIC_CLOCKEVENTS
de68d9b17   Thomas Gleixner   clockevents: Allo...
28

d1748302f   Martin Schwidefsky   clockevents: Make...
29
30
  config GENERIC_CLOCKEVENTS_MIN_ADJUST
  	bool