diff options
author | Robert Marko <robert.marko@sartura.hr> | 2021-01-21 14:44:33 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2021-02-12 07:02:55 -0800 |
commit | fff7b8ab225547828db9c57cdf05a03d5b4a7153 (patch) | |
tree | 0e6c3a443963717734340a4099d591a0d66a5a3b /drivers/hwmon/Makefile | |
parent | f02e897bf37d7db57d337094a7c0a9d8f2f5d4fb (diff) | |
download | linux-fff7b8ab225547828db9c57cdf05a03d5b4a7153.tar.gz linux-fff7b8ab225547828db9c57cdf05a03d5b4a7153.tar.bz2 linux-fff7b8ab225547828db9c57cdf05a03d5b4a7153.zip |
hwmon: add Texas Instruments TPS23861 driver
Add basic monitoring support as well as port on/off control for Texas
Instruments TPS23861 PoE PSE IC.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20210121134434.2782405-2-robert.marko@sartura.hr
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 51dd97437bfd..fe38e8a5c979 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -144,6 +144,7 @@ obj-$(CONFIG_SENSORS_MAX31790) += max31790.o obj-$(CONFIG_SENSORS_MC13783_ADC)+= mc13783-adc.o obj-$(CONFIG_SENSORS_MCP3021) += mcp3021.o obj-$(CONFIG_SENSORS_TC654) += tc654.o +obj-$(CONFIG_SENSORS_TPS23861) += tps23861.o obj-$(CONFIG_SENSORS_MLXREG_FAN) += mlxreg-fan.o obj-$(CONFIG_SENSORS_MENF21BMC_HWMON) += menf21bmc_hwmon.o obj-$(CONFIG_SENSORS_MR75203) += mr75203.o |