aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pmbus/Kconfig
diff options
context:
space:
mode:
authorRobert Hancock <hancock@sedsystems.ca>2019-06-05 13:49:01 -0600
committerGuenter Roeck <linux@roeck-us.net>2019-06-23 18:33:01 -0700
commit9158411b96b14d9d448e978b0fc8a1cffcb8a1c6 (patch)
treeedb49377eaed532976c38cb4135284ef5ec9183e /drivers/hwmon/pmbus/Kconfig
parenthwmon: (nct7904) Fix the incorrect value of tcpu_mask in nct7904_data struct. (diff)
downloadlinux-dev-9158411b96b14d9d448e978b0fc8a1cffcb8a1c6.tar.xz
linux-dev-9158411b96b14d9d448e978b0fc8a1cffcb8a1c6.zip
hwmon: (pmbus) Add Infineon IRPS5401 driver
Add a driver to support the Infineon IRPS5401 PMIC. This chip has 5 pages corresponding to 4 switching outputs and one linear (LDO) output. The switching and LDO outputs have slightly different supported parameters. Signed-off-by: Robert Hancock <hancock@sedsystems.ca> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r--drivers/hwmon/pmbus/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig
index 338ef9b5a395..b6588483fae1 100644
--- a/drivers/hwmon/pmbus/Kconfig
+++ b/drivers/hwmon/pmbus/Kconfig
@@ -64,6 +64,15 @@ config SENSORS_IR38064
This driver can also be built as a module. If so, the module will
be called ir38064.
+config SENSORS_IRPS5401
+ tristate "Infineon IRPS5401"
+ help
+ If you say yes here you get hardware monitoring support for the
+ Infineon IRPS5401 controller.
+
+ This driver can also be built as a module. If so, the module will
+ be called irps5401.
+
config SENSORS_ISL68137
tristate "Intersil ISL68137"
help