mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	- Add some dependencies to CMD_DDR3 as this is only valid on some platforms (which tend to select it as well). - The proper gate for going in to cmd/ti is not CONFIG_TI_COMMON_CMD_OPTIONS as nothing under there is controlled by that symbol but the general TI architecture options. Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			557 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			557 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "TI specific command line interface"
 | |
| 
 | |
| config CMD_DDR3
 | |
| 	bool "command for verifying DDR features"
 | |
| 	depends on ARCH_KEYSTONE || DRA7XX
 | |
| 	help
 | |
| 	   Support for testing ddr3 on TI platforms. This command
 | |
| 	   supports memory verification, memory comapre and ecc
 | |
| 	   verification if supported.
 | |
| 
 | |
| config CMD_PD
 | |
| 	bool "command for verifying power domains"
 | |
| 	depends on TI_POWER_DOMAIN
 | |
| 	help
 | |
| 	   Debug command for K3 power domains. For this to work, the
 | |
| 	   K3 power domain driver must be enabled for the u-boot; by
 | |
| 	   default it is only enabled for SPL.
 | |
| 
 | |
| endmenu
 |