diff options
author | Eric Tremblay <etremblay@distech-controls.com> | 2019-11-12 23:30:01 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-11-22 06:26:40 +0100 |
commit | 59dfa75e5d82a1e1b3d090a1d51fc14f66844576 (patch) | |
tree | e9fb3fa492bca6759d2606e091026d1b15eb06ac /drivers/hwmon/Kconfig | |
parent | dt-bindings: hwmon: Add TMP512/513 (diff) | |
download | linux-59dfa75e5d82a1e1b3d090a1d51fc14f66844576.tar.xz linux-59dfa75e5d82a1e1b3d090a1d51fc14f66844576.zip |
hwmon: Add driver for Texas Instruments TMP512/513 sensor chips.
TI's TMP512/513 are I2C/SMBus system monitor chips. These chips
monitor the supply voltage, supply current, power consumption
and provide one local and up to three (TMP513) remote temperature sensors.
It has been tested using a TI TMP513 development kit (TMP513EVM)
Signed-off-by: Eric Tremblay <etremblay@distech-controls.com>
Link: https://lore.kernel.org/r/20191112223001.20844-3-etremblay@distech-controls.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 8c102ea2938b..8630851d4e57 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1735,6 +1735,16 @@ config SENSORS_TMP421 This driver can also be built as a module. If so, the module will be called tmp421. +config SENSORS_TMP513 + tristate "Texas Instruments TMP513 and compatibles" + depends on I2C + help + If you say yes here you get support for Texas Instruments TMP512, + and TMP513 temperature and power supply sensor chips. + + This driver can also be built as a module. If so, the module + will be called tmp513. + config SENSORS_VEXPRESS tristate "Versatile Express" depends on VEXPRESS_CONFIG |