diff options
author | Mario Kicherer <dev@kicherer.org> | 2023-01-18 13:30:19 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2023-02-03 16:30:10 +0100 |
commit | 07830d9ab34c0622f577a88286746aa17c144afd (patch) | |
tree | c9dfd5d4cd50bbfd7faf70ba406691056ba8638a /drivers/hwmon/Kconfig | |
parent | docs: hwmon: add docs for the NXP MC34VR500 PMIC (diff) | |
download | linux-07830d9ab34c0622f577a88286746aa17c144afd.tar.xz linux-07830d9ab34c0622f577a88286746aa17c144afd.zip |
hwmon: add initial NXP MC34VR500 PMIC monitoring support
Add initial monitoring support for the MC34VR500 PMIC. In its current
state, input voltage and temperature alarms are reported to hwmon.
Datasheet:
- https://www.nxp.com/docs/en/data-sheet/MC34VR500.pdf
Signed-off-by: Mario Kicherer <dev@kicherer.org>
Link: https://lore.kernel.org/r/20230118123019.3041303-4-dev@kicherer.org
[groeck: Silence stray compiler warning, terminate struct of_device_id]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 3ef56f09f25a..29a6f7e10166 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1175,6 +1175,13 @@ config SENSORS_MAX31790 This driver can also be built as a module. If so, the module will be called max31790. +config SENSORS_MC34VR500 + tristate "NXP MC34VR500 hardware monitoring driver" + depends on I2C + help + If you say yes here you get support for the temperature and input + voltage sensors of the NXP MC34VR500. + config SENSORS_MCP3021 tristate "Microchip MCP3021 and compatibles" depends on I2C |