| 
									
										
										
										
											2007-02-16 01:28:03 -08:00
										 |  |  | # | 
					
						
							|  |  |  | # Timer subsystem related configuration options | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | config TICK_ONESHOT | 
					
						
							|  |  |  | 	bool | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config NO_HZ | 
					
						
							|  |  |  | 	bool "Tickless System (Dynamic Ticks)" | 
					
						
							| 
									
										
										
										
											2010-07-13 17:56:20 -07:00
										 |  |  | 	depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS | 
					
						
							| 
									
										
										
										
											2007-02-16 01:28:03 -08:00
										 |  |  | 	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. | 
					
						
							| 
									
										
										
										
											2007-02-16 01:28:11 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | config HIGH_RES_TIMERS | 
					
						
							|  |  |  | 	bool "High Resolution Timer Support" | 
					
						
							| 
									
										
										
										
											2010-07-13 17:56:20 -07:00
										 |  |  | 	depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS | 
					
						
							| 
									
										
										
										
											2007-02-16 01:28:11 -08:00
										 |  |  | 	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. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-12 23:04:05 +02:00
										 |  |  | config GENERIC_CLOCKEVENTS_BUILD | 
					
						
							|  |  |  | 	bool | 
					
						
							|  |  |  | 	default y | 
					
						
							| 
									
										
										
										
											2011-11-24 12:27:26 +01:00
										 |  |  | 	depends on GENERIC_CLOCKEVENTS | 
					
						
							| 
									
										
										
										
											2007-10-12 23:04:05 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-08-23 15:29:42 +02:00
										 |  |  | config GENERIC_CLOCKEVENTS_MIN_ADJUST | 
					
						
							|  |  |  | 	bool |