diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-09 01:01:39 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-05-19 11:19:40 -0400 |
commit | 0c0a0615163e025eb978547969467012529e01d5 (patch) | |
tree | 5a30c5a7ba79426be50c8bb573fe3784badc1aa4 /drivers/hwmon/Kconfig | |
parent | 84fc4585c152f34a1a90a03b7abb88a2e1218a42 (diff) |
hwmon: (pmbus) Support for TI UCD90xxx series Sequencer and System Health Controllers
Hardware monitoring support for TI UCD90120, UCD90124, UCD9090, and UCD90910
Sequencer and System Health 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 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 07c4a860dffe..d00fd39f6ee3 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -857,12 +857,24 @@ 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_UCD9000 | ||
861 | tristate "TI UCD90120, UCD90124, UCD9090, UCD90910" | ||
862 | default n | ||
863 | help | ||
864 | If you say yes here you get hardware monitoring support for TI | ||
865 | UCD90120, UCD90124, UCD9090, UCD90910 Sequencer and System Health | ||
866 | Controllers. | ||
867 | |||
868 | This driver can also be built as a module. If so, the module will | ||
869 | be called ucd9000. | ||
870 | |||
860 | config SENSORS_UCD9200 | 871 | config SENSORS_UCD9200 |
861 | tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248" | 872 | tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248" |
862 | default n | 873 | default n |
863 | help | 874 | help |
864 | If you say yes here you get hardware monitoring support for TI | 875 | If you say yes here you get hardware monitoring support for TI |
865 | UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248. | 876 | UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248 |
877 | Digital PWM System Controllers. | ||
866 | 878 | ||
867 | This driver can also be built as a module. If so, the module will | 879 | This driver can also be built as a module. If so, the module will |
868 | be called ucd9200. | 880 | be called ucd9200. |