| 
									
										
										
										
											2005-06-23 22:01:10 -07:00
										 |  |  | menu "Kernel hacking" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | source "lib/Kconfig.debug" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-13 15:16:36 -08:00
										 |  |  | config LD_NO_RELAX | 
					
						
							|  |  |  | 	bool "Disable linker relaxation" | 
					
						
							|  |  |  | 	default n | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  Enable this function to disable link-time optimizations. | 
					
						
							|  |  |  | 	  The default linker behavior is to combine identical literal | 
					
						
							|  |  |  | 	  values to reduce code size and remove unnecessary overhead from | 
					
						
							|  |  |  | 	  assembler-generated 'longcall' sequences. | 
					
						
							|  |  |  | 	  Enabling this option improves the link time but increases the | 
					
						
							|  |  |  | 	  code size, and possibly execution time. | 
					
						
							| 
									
										
										
										
											2005-06-23 22:01:10 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-28 11:33:02 +04:00
										 |  |  | config S32C1I_SELFTEST | 
					
						
							|  |  |  | 	bool "Perform S32C1I instruction self-test at boot" | 
					
						
							|  |  |  | 	default y | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  Enable this option to test S32C1I instruction behavior at boot. | 
					
						
							|  |  |  | 	  Correct operation of this instruction requires some cooperation from hardware | 
					
						
							|  |  |  | 	  external to the processor (such as bus bridge, bus fabric, or memory controller). | 
					
						
							|  |  |  | 	  It is easy to make wrong hardware configuration, this test should catch it early. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  Say 'N' on stable hardware. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-13 15:16:36 -08:00
										 |  |  | endmenu |