diff options
author | Titus Rwantare <titusr@google.com> | 2021-07-08 10:25:55 -0700 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-07-08 14:42:00 -0500 |
commit | 7215456a4fe6d7416fbad829ad25ec994d3a1cd0 (patch) | |
tree | 507abfc07ab6e6fda32899088371e1d39d8d65a0 /hw/sensor/Kconfig | |
parent | c0167539bae6da6baa07fe660d6bed07ed16c3e5 (diff) |
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/sensor/Kconfig')
-rw-r--r-- | hw/sensor/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/sensor/Kconfig b/hw/sensor/Kconfig index a34ffcb024..a2b55a4fdb 100644 --- a/hw/sensor/Kconfig +++ b/hw/sensor/Kconfig @@ -13,3 +13,7 @@ config EMC141X config ADM1272 bool depends on I2C + +config MAX34451 + bool + depends on I2C |