hwmon: (pmbus/adm1275) Add support for ADM1276
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / hwmon / pmbus / Kconfig
blob37575582e51af466e775026ac9b5b3b228fe87ec
2 # PMBus chip drivers configuration
5 menuconfig PMBUS
6         tristate "PMBus support"
7         depends on I2C && EXPERIMENTAL
8         default n
9         help
10           Say yes here if you want to enable PMBus support.
12           This driver can also be built as a module. If so, the module will
13           be called pmbus_core.
15 if PMBUS
17 config SENSORS_PMBUS
18         tristate "Generic PMBus devices"
19         default y
20         help
21           If you say yes here you get hardware monitoring support for generic
22           PMBus devices, including but not limited to ADP4000, BMR450, BMR451,
23           BMR453, BMR454, LTC2978, NCP4200, and NCP4208.
25           This driver can also be built as a module. If so, the module will
26           be called pmbus.
28 config SENSORS_ADM1275
29         tristate "Analog Devices ADM1275 and compatibles"
30         default n
31         help
32           If you say yes here you get hardware monitoring support for Analog
33           Devices ADM1275 and ADM1276 Hot-Swap Controller and Digital Power
34           Monitor.
36           This driver can also be built as a module. If so, the module will
37           be called adm1275.
39 config SENSORS_LM25066
40         tristate "National Semiconductor LM25066 and compatibles"
41         default n
42         help
43           If you say yes here you get hardware monitoring support for National
44           Semiconductor LM25066, LM5064, and LM5066.
46           This driver can also be built as a module. If so, the module will
47           be called lm25066.
49 config SENSORS_MAX16064
50         tristate "Maxim MAX16064"
51         default n
52         help
53           If you say yes here you get hardware monitoring support for Maxim
54           MAX16064.
56           This driver can also be built as a module. If so, the module will
57           be called max16064.
59 config SENSORS_MAX34440
60         tristate "Maxim MAX34440/MAX34441"
61         default n
62         help
63           If you say yes here you get hardware monitoring support for Maxim
64           MAX34440 and MAX34441.
66           This driver can also be built as a module. If so, the module will
67           be called max34440.
69 config SENSORS_MAX8688
70         tristate "Maxim MAX8688"
71         default n
72         help
73           If you say yes here you get hardware monitoring support for Maxim
74           MAX8688.
76           This driver can also be built as a module. If so, the module will
77           be called max8688.
79 config SENSORS_UCD9000
80         tristate "TI UCD90120, UCD90124, UCD9090, UCD90910"
81         default n
82         help
83           If you say yes here you get hardware monitoring support for TI
84           UCD90120, UCD90124, UCD9090, UCD90910 Sequencer and System Health
85           Controllers.
87           This driver can also be built as a module. If so, the module will
88           be called ucd9000.
90 config SENSORS_UCD9200
91         tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
92         default n
93         help
94           If you say yes here you get hardware monitoring support for TI
95           UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
96           Digital PWM System Controllers.
98           This driver can also be built as a module. If so, the module will
99           be called ucd9200.
101 endif # PMBUS