mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	Extend Kconfig for the board with board-specific commands selection. Signed-off-by: Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com> Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com> Reviewed-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			23 lines
		
	
	
		
			395 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			395 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_BCMNS3
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "bcmns3"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "broadcom"
 | |
| 
 | |
| config SYS_SOC
 | |
| 	default "bcmns3"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "bcm_ns3"
 | |
| 
 | |
| config CMD_BCM_EXT_UTILS
 | |
| 	bool "Enable Broadcom-specific U-Boot commands"
 | |
| 	default y
 | |
| 	help
 | |
| 	  Enable Broadcom specific U-Boot commands such as error log setup
 | |
| 	  command or any other commands specific to NS3 platform.
 | |
| 
 | |
| endif
 |