diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-06 18:54:27 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-05-19 11:19:39 -0400 |
commit | 84fc4585c152f34a1a90a03b7abb88a2e1218a42 (patch) | |
tree | 935db492d491ade667075fe86a460442311abf38 /drivers/hwmon/Kconfig | |
parent | 6586b14c7bdec22f59dc749ead1d01d542d793b6 (diff) |
hwmon: (pmbus) Add support for TI UCD9200 series of PWM System Controllers
This patch adds hardware monitoring support for TI UCD9220, UCD9222, UCD9224,
UCD9240, UCD9244, UCD9246, and UCD9248 Digital PWM System Controllers.
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Reviewed-by: Tom Grennan <tom.grennan@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index dff080d7a388..07c4a860dffe 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -857,6 +857,16 @@ config SENSORS_MAX8688 | |||
857 | This driver can also be built as a module. If so, the module will | 857 | This driver can also be built as a module. If so, the module will |
858 | be called max8688. | 858 | be called max8688. |
859 | 859 | ||
860 | config SENSORS_UCD9200 | ||
861 | tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248" | ||
862 | default n | ||
863 | help | ||
864 | If you say yes here you get hardware monitoring support for TI | ||
865 | UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248. | ||
866 | |||
867 | This driver can also be built as a module. If so, the module will | ||
868 | be called ucd9200. | ||
869 | |||
860 | endif # PMBUS | 870 | endif # PMBUS |
861 | 871 | ||
862 | config SENSORS_SHT15 | 872 | config SENSORS_SHT15 |