diff options
author | Robert Marko <robert.marko@sartura.hr> | 2021-01-21 16:44:33 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2021-02-12 18:02:55 +0300 |
commit | fff7b8ab225547828db9c57cdf05a03d5b4a7153 (patch) | |
tree | 0e6c3a443963717734340a4099d591a0d66a5a3b /drivers/hwmon/Kconfig | |
parent | f02e897bf37d7db57d337094a7c0a9d8f2f5d4fb (diff) | |
download | linux-fff7b8ab225547828db9c57cdf05a03d5b4a7153.tar.xz |
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/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index fd0da6295d5e..54f04e61fb83 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1133,6 +1133,17 @@ config SENSORS_TC654 This driver can also be built as a module. If so, the module will be called tc654. +config SENSORS_TPS23861 + tristate "Texas Instruments TPS23861 PoE PSE" + depends on I2C + select REGMAP_I2C + help + If you say yes here you get support for Texas Instruments + TPS23861 802.3at PoE PSE chips. + + This driver can also be built as a module. If so, the module + will be called tps23861. + config SENSORS_MENF21BMC_HWMON tristate "MEN 14F021P00 BMC Hardware Monitoring" depends on MFD_MENF21BMC |