diff options
author | Titus Rwantare <titusr@google.com> | 2021-07-08 10:25:52 -0700 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-07-08 14:15:45 -0500 |
commit | 3746d5c15e70570be265e55c838429db97ef94ab (patch) | |
tree | 7d5c21c92dee148693d8e57539afea9fa2f1f04d /hw/arm/Kconfig | |
parent | 9e7449901d33ed0ddc0c432b15896019e3aec4f1 (diff) | |
download | qemu-3746d5c15e70570be265e55c838429db97ef94ab.zip qemu-3746d5c15e70570be265e55c838429db97ef94ab.tar.gz qemu-3746d5c15e70570be265e55c838429db97ef94ab.tar.bz2 |
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>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r-- | hw/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 647b5c8..2ed1b09 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -375,6 +375,7 @@ config NPCM7XX select ARM_GIC select AT24C # EEPROM select PL310 # cache controller + select PMBUS select SERIAL select SSI select UNIMP |