From 3746d5c15e70570be265e55c838429db97ef94ab Mon Sep 17 00:00:00 2001 From: Titus Rwantare Date: Thu, 8 Jul 2021 10:25:52 -0700 Subject: 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 Reviewed-by: Hao Wu Signed-off-by: Titus Rwantare Message-Id: <20210708172556.1868139-2-titusr@google.com> Signed-off-by: Corey Minyard --- hw/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/arm') diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 647b5c8b43..2ed1b09510 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 -- cgit v1.2.3