summaryrefslogtreecommitdiff
path: root/hw/arm
diff options
context:
space:
mode:
authorTitus Rwantare <titusr@google.com>2021-07-08 10:25:55 -0700
committerCorey Minyard <cminyard@mvista.com>2021-07-08 14:42:00 -0500
commit7215456a4fe6d7416fbad829ad25ec994d3a1cd0 (patch)
tree507abfc07ab6e6fda32899088371e1d39d8d65a0 /hw/arm
parentc0167539bae6da6baa07fe660d6bed07ed16c3e5 (diff)
downloadqemu-7215456a4fe6d7416fbad829ad25ec994d3a1cd0.zip
hw/misc: add MAX34451 device
The MAX34451 is a Maxim power-supply system manager that can monitor up to 16 voltage rails or currents. It also contains a temperature sensor and supports up to four external temperature sensors. This commit adds support for interfacing with it, and setting limits on the supported sensors. 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-5-titusr@google.com> [Moved the device to the sensor directory] Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'hw/arm')
-rw-r--r--hw/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index ae43f0a661..fea84eb2ef 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -375,6 +375,7 @@ config NPCM7XX
select ADM1272
select ARM_GIC
select AT24C # EEPROM
+ select MAX34451
select PL310 # cache controller
select PMBUS
select SERIAL