diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-02-09 15:15:52 -0800 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-04-07 21:16:41 -0700 |
commit | 58615a94f6a190f2fb9f9a99f1894d161c4b85b9 (patch) | |
tree | a610147e40dbe0af85e880b1ed866e91f9730bf4 /drivers/hwmon/pmbus/Kconfig | |
parent | e53e6497fc9f071734c1794c3dc08bd5f334fa7f (diff) | |
download | talos-obmc-linux-58615a94f6a190f2fb9f9a99f1894d161c4b85b9.tar.gz talos-obmc-linux-58615a94f6a190f2fb9f9a99f1894d161c4b85b9.zip |
hwmon: (pmbus/lm25066) Add support for LM25056
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index b1adad60d6ad..39cc63edfbb0 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -42,7 +42,7 @@ config SENSORS_LM25066 default n help If you say yes here you get hardware monitoring support for National - Semiconductor LM25066, LM5064, and LM5066. + Semiconductor LM25056, LM25066, LM5064, and LM5066. This driver can also be built as a module. If so, the module will be called lm25066. |