diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-08-22 00:49:37 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-12-18 08:20:59 -0800 |
commit | 8d28cd1b1f56f765dc691eeedf853d41f7aaafd3 (patch) | |
tree | 0d972d4ef2b26bdd4c0d598cefdcd33521e376c8 /drivers/hwmon/pmbus/Kconfig | |
parent | 2ff44072e34d5b6567d3d59b507e54c73b084db7 (diff) |
hwmon: (pmbus) Add client driver for LTC3815
LTC3815 is a Monolithic Synchronous DC/DC Step-Down Converter.
Cc: Michael Jones <mike@proclivis.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index df6ebb2b8f0f..7e5cc3d025ef 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -65,6 +65,16 @@ config SENSORS_LTC2978_REGULATOR If you say yes here you get regulator support for Linear Technology LTC2974, LTC2977, LTC2978, LTC3880, LTC3883, and LTM4676. +config SENSORS_LTC3815 + tristate "Linear Technologies LTC3815" + default n + help + If you say yes here you get hardware monitoring support for Linear + Technology LTC3815. + + This driver can also be built as a module. If so, the module will + be called ltc3815. + config SENSORS_MAX16064 tristate "Maxim MAX16064" default n |