mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	Add a file to control driver model test features. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			330 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			330 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config DM_TEST
 | |
| 	bool "Enable driver model test command"
 | |
| 	depends on SANDBOX && CMD_DM
 | |
| 	help
 | |
| 	  This enables the 'dm test' command which runs a series of unit
 | |
| 	  tests on the driver model code. Each subsystem (uclass) is tested.
 | |
| 	  If all is well then all tests pass although there will be a few
 | |
| 	  messages printed along the way.
 |