13 lines
		
	
	
		
			174 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			174 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
choice
 | 
						|
	prompt "System type"
 | 
						|
	default BFIN538_EZKIT
 | 
						|
	help
 | 
						|
	  Select your board!
 | 
						|
 | 
						|
config BFIN538_EZKIT
 | 
						|
	bool "BF538-EZKIT"
 | 
						|
	help
 | 
						|
	  BF538-EZKIT-LITE board support.
 | 
						|
 | 
						|
endchoice
 |