Remove KPROBES option from Kconfig.debug and include kernel/Kconfig.instrumentation. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			107 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			107 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
menu "Kernel hacking"
 | 
						|
 | 
						|
config TRACE_IRQFLAGS_SUPPORT
 | 
						|
	bool
 | 
						|
	default y
 | 
						|
 | 
						|
source "lib/Kconfig.debug"
 | 
						|
 | 
						|
endmenu
 |