mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Traverse Technologies Ten64 family boards use a microcontroller to control low level board functions like startup and reset, as well as holding details such as the board MAC address. Communication between the CPU and microcontroller is via I2C. To keep the driver structure clean between the Ten64 board file, DM_I2C, and a future utility command, this driver has been implemented as a misc uclass device. Signed-off-by: Mathew McBride <matt@traverse.com.au> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
config TEN64_CONTROLLER
 | 
						|
	bool "Enable Ten64 board controller driver"
 | 
						|
	depends on TARGET_TEN64
 | 
						|
	help
 | 
						|
		Support for the board microcontroller on the Traverse
 | 
						|
		Ten64 family of boards.
 |