mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 3746d5c15e
			
		
	
	
		3746d5c15e
		
	
	
	
	
		
			
			QEMU has support for SMBus devices, and PMBus is a more specific implementation of SMBus. The additions made in this commit makes it easier to add new PMBus devices to QEMU. https://pmbus.org/specification-archives/ Reviewed-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Hao Wu <wuhaotsh@google.com> Signed-off-by: Titus Rwantare <titusr@google.com> Message-Id: <20210708172556.1868139-2-titusr@google.com> Signed-off-by: Corey Minyard <cminyard@mvista.com>
		
			
				
	
	
		
			39 lines
		
	
	
		
			408 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			408 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config I2C
 | |
|     bool
 | |
| 
 | |
| config SMBUS
 | |
|     bool
 | |
|     select I2C
 | |
| 
 | |
| config SMBUS_EEPROM
 | |
|     bool
 | |
|     select SMBUS
 | |
| 
 | |
| config VERSATILE_I2C
 | |
|     bool
 | |
|     select BITBANG_I2C
 | |
| 
 | |
| config ACPI_SMBUS
 | |
|     bool
 | |
|     select SMBUS
 | |
| 
 | |
| config BITBANG_I2C
 | |
|     bool
 | |
|     select I2C
 | |
| 
 | |
| config IMX_I2C
 | |
|     bool
 | |
|     select I2C
 | |
| 
 | |
| config MPC_I2C
 | |
|     bool
 | |
|     select I2C
 | |
| 
 | |
| config PCA954X
 | |
|     bool
 | |
|     select I2C
 | |
| 
 | |
| config PMBUS
 | |
|     bool
 | |
|     select SMBUS
 |