 9ba16087d9
			
		
	
	
	9ba16087d9
	
	
	
		
			
			Using "def_bool n" is pointless, simply using bool here appears more appropriate. Further, retaining such options that don't have a prompt and aren't selected by anything seems also at least questionable. Signed-off-by: Jan Beulich <jbeulich@novell.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Tony Luck <tony.luck@intel.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			773 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			773 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| #
 | |
| # Timer subsystem related configuration options
 | |
| #
 | |
| config TICK_ONESHOT
 | |
| 	bool
 | |
| 
 | |
| config NO_HZ
 | |
| 	bool "Tickless System (Dynamic Ticks)"
 | |
| 	depends on GENERIC_TIME && GENERIC_CLOCKEVENTS
 | |
| 	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.
 | |
| 
 | |
| config HIGH_RES_TIMERS
 | |
| 	bool "High Resolution Timer Support"
 | |
| 	depends on GENERIC_TIME && GENERIC_CLOCKEVENTS
 | |
| 	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.
 | |
| 
 | |
| config GENERIC_CLOCKEVENTS_BUILD
 | |
| 	bool
 | |
| 	default y
 | |
| 	depends on GENERIC_CLOCKEVENTS || GENERIC_CLOCKEVENTS_MIGR
 | |
| 
 |