qemu-patch-raspberry4/hw/i2c/Kconfig
Titus Rwantare 3746d5c15e hw/i2c: add support for PMBus
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>
2021-07-08 14:15:45 -05:00

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