7215456a4f
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>
20 lines
218 B
Plaintext
20 lines
218 B
Plaintext
config TMP105
|
|
bool
|
|
depends on I2C
|
|
|
|
config TMP421
|
|
bool
|
|
depends on I2C
|
|
|
|
config EMC141X
|
|
bool
|
|
depends on I2C
|
|
|
|
config ADM1272
|
|
bool
|
|
depends on I2C
|
|
|
|
config MAX34451
|
|
bool
|
|
depends on I2C
|