mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			416 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			416 B
		
	
	
	
		
			Plaintext
		
	
	
| config BR2_OPENIPC_SOC_VENDOR
 | |
| 	string "SoC vendor"
 | |
| 	default "hisilicon"
 | |
| 
 | |
| config BR2_OPENIPC_SOC_MODEL
 | |
| 	string "SoC model"
 | |
| 	default "hi3516ev300"
 | |
| 
 | |
| config BR2_OPENIPC_SOC_FAMILY
 | |
| 	string "SoC family"
 | |
| 	default "hi3516ev200"
 | |
| 
 | |
| config BR2_OPENIPC_FLAVOR
 | |
| 	string "OpenIPC flavor"
 | |
| 	default "lite"
 | |
| 
 | |
| config BR2_OPENIPC_FLASH_SIZE
 | |
| 	string "OpenIPC flash size"
 | |
| 	default "8"
 | |
| 
 | |
| source "$BR2_EXTERNAL_GENERAL_PATH/package/Config.in"
 |