mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	This converts the following to Kconfig: CONFIG_SYS_PCI_64BIT Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			258 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			258 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if ARCH_OCTEONTX2
 | |
| 
 | |
| choice
 | |
| 	prompt "OcteonTX2 board select"
 | |
| 	optional
 | |
| 
 | |
| config TARGET_OCTEONTX2_95XX
 | |
| 	bool "Marvell OcteonTX2 CN95XX"
 | |
| 
 | |
| config TARGET_OCTEONTX2_96XX
 | |
| 	bool "Marvell OcteonTX2 CN96XX"
 | |
| 
 | |
| endchoice
 | |
| 
 | |
| config SYS_SOC
 | |
| 	string
 | |
| 	default "octeontx2"
 | |
| 
 | |
| endif
 |