Guenter Roeck | 9d2ecfb | 2011-07-12 07:15:19 -0700 | [diff] [blame] | 1 | # |
| 2 | # PMBus chip drivers configuration |
| 3 | # |
| 4 | |
| 5 | menuconfig PMBUS |
| 6 | tristate "PMBus support" |
Kees Cook | f2bab3e | 2012-10-02 11:17:06 -0700 | [diff] [blame] | 7 | depends on I2C |
Guenter Roeck | 9d2ecfb | 2011-07-12 07:15:19 -0700 | [diff] [blame] | 8 | default n |
| 9 | help |
| 10 | Say yes here if you want to enable PMBus support. |
| 11 | |
| 12 | This driver can also be built as a module. If so, the module will |
| 13 | be called pmbus_core. |
| 14 | |
| 15 | if PMBUS |
| 16 | |
| 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 |
Guenter Roeck | 443830f | 2011-10-01 17:35:44 -0700 | [diff] [blame] | 22 | PMBus devices, including but not limited to ADP4000, BMR453, BMR454, |
Guenter Roeck | cfca378 | 2015-08-07 20:55:59 -0700 | [diff] [blame^] | 23 | MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012, TPS40400, TPS544B20, |
| 24 | TPS544B25, TPS544C20, TPS544C25, and UDT020. |
Guenter Roeck | 9d2ecfb | 2011-07-12 07:15:19 -0700 | [diff] [blame] | 25 | |
| 26 | This driver can also be built as a module. If so, the module will |
| 27 | be called pmbus. |
| 28 | |
| 29 | config SENSORS_ADM1275 |
Guenter Roeck | 5cf231a | 2011-07-14 11:55:35 -0700 | [diff] [blame] | 30 | tristate "Analog Devices ADM1275 and compatibles" |
Guenter Roeck | 9d2ecfb | 2011-07-12 07:15:19 -0700 | [diff] [blame] | 31 | default n |
| 32 | help |
| 33 | If you say yes here you get hardware monitoring support for Analog |
Guenter Roeck | 68a4038 | 2015-03-17 13:19:51 -0700 | [diff] [blame] | 34 | Devices ADM1075, ADM1275, ADM1276, ADM1293, and ADM1294 Hot-Swap |
| 35 | Controller and Digital Power Monitors. |
Guenter Roeck | 9d2ecfb | 2011-07-12 07:15:19 -0700 | [diff] [blame] | 36 | |
| 37 | This driver can also be built as a module. If so, the module will |
| 38 | be called adm1275. |
| 39 | |
Guenter Roeck | 03e9bd8 | 2011-07-08 10:43:57 -0700 | [diff] [blame] | 40 | config SENSORS_LM25066 |
| 41 | tristate "National Semiconductor LM25066 and compatibles" |
| 42 | default n |
| 43 | help |
| 44 | If you say yes here you get hardware monitoring support for National |
Guenter Roeck | 58615a9 | 2013-02-09 15:15:52 -0800 | [diff] [blame] | 45 | Semiconductor LM25056, LM25066, LM5064, and LM5066. |
Guenter Roeck | 03e9bd8 | 2011-07-08 10:43:57 -0700 | [diff] [blame] | 46 | |
| 47 | This driver can also be built as a module. If so, the module will |
| 48 | be called lm25066. |
| 49 | |
Guenter Roeck | c3ff9a6 | 2011-09-02 09:58:37 -0700 | [diff] [blame] | 50 | config SENSORS_LTC2978 |
Alan Tull | 77aa358 | 2014-10-15 13:55:10 -0500 | [diff] [blame] | 51 | tristate "Linear Technologies LTC2978 and compatibles" |
Guenter Roeck | c3ff9a6 | 2011-09-02 09:58:37 -0700 | [diff] [blame] | 52 | default n |
| 53 | help |
| 54 | If you say yes here you get hardware monitoring support for Linear |
Alan Tull | 77aa358 | 2014-10-15 13:55:10 -0500 | [diff] [blame] | 55 | Technology LTC2974, LTC2977, LTC2978, LTC3880, LTC3883, and LTM4676. |
Guenter Roeck | c3ff9a6 | 2011-09-02 09:58:37 -0700 | [diff] [blame] | 56 | |
| 57 | This driver can also be built as a module. If so, the module will |
| 58 | be called ltc2978. |
| 59 | |
Alan Tull | 77aa358 | 2014-10-15 13:55:10 -0500 | [diff] [blame] | 60 | config SENSORS_LTC2978_REGULATOR |
Christoph Jaeger | 6341e62 | 2014-12-20 15:41:11 -0500 | [diff] [blame] | 61 | bool "Regulator support for LTC2978 and compatibles" |
Alan Tull | 77aa358 | 2014-10-15 13:55:10 -0500 | [diff] [blame] | 62 | depends on SENSORS_LTC2978 && REGULATOR |
| 63 | help |
| 64 | If you say yes here you get regulator support for Linear |
| 65 | Technology LTC2974, LTC2977, LTC2978, LTC3880, LTC3883, and LTM4676. |
| 66 | |
Guenter Roeck | 9d2ecfb | 2011-07-12 07:15:19 -0700 | [diff] [blame] | 67 | config SENSORS_MAX16064 |
| 68 | tristate "Maxim MAX16064" |
| 69 | default n |
| 70 | help |
| 71 | If you say yes here you get hardware monitoring support for Maxim |
| 72 | MAX16064. |
| 73 | |
| 74 | This driver can also be built as a module. If so, the module will |
| 75 | be called max16064. |
| 76 | |
Guenter Roeck | 1f61cab | 2015-06-08 11:15:23 -0700 | [diff] [blame] | 77 | config SENSORS_MAX20751 |
| 78 | tristate "Maxim MAX20751" |
| 79 | default n |
| 80 | help |
| 81 | If you say yes here you get hardware monitoring support for Maxim |
| 82 | MAX20751. |
| 83 | |
| 84 | This driver can also be built as a module. If so, the module will |
| 85 | be called max20751. |
| 86 | |
Guenter Roeck | 9d2ecfb | 2011-07-12 07:15:19 -0700 | [diff] [blame] | 87 | config SENSORS_MAX34440 |
Guenter Roeck | 590defe | 2012-02-24 03:40:22 -0800 | [diff] [blame] | 88 | tristate "Maxim MAX34440 and compatibles" |
Guenter Roeck | 9d2ecfb | 2011-07-12 07:15:19 -0700 | [diff] [blame] | 89 | default n |
| 90 | help |
| 91 | If you say yes here you get hardware monitoring support for Maxim |
Guenter Roeck | 50115ac | 2012-04-27 15:13:08 -0700 | [diff] [blame] | 92 | MAX34440, MAX34441, MAX34446, MAX34460, and MAX34461. |
Guenter Roeck | 9d2ecfb | 2011-07-12 07:15:19 -0700 | [diff] [blame] | 93 | |
| 94 | This driver can also be built as a module. If so, the module will |
| 95 | be called max34440. |
| 96 | |
| 97 | config SENSORS_MAX8688 |
| 98 | tristate "Maxim MAX8688" |
| 99 | default n |
| 100 | help |
| 101 | If you say yes here you get hardware monitoring support for Maxim |
| 102 | MAX8688. |
| 103 | |
| 104 | This driver can also be built as a module. If so, the module will |
| 105 | be called max8688. |
| 106 | |
Zhu, Richard \(NSN - CN/Beijing\) | a8bfece | 2014-07-01 07:14:23 +0000 | [diff] [blame] | 107 | config SENSORS_TPS40422 |
| 108 | tristate "TI TPS40422" |
| 109 | default n |
| 110 | help |
| 111 | If you say yes here you get hardware monitoring support for TI |
| 112 | TPS40422. |
| 113 | |
| 114 | This driver can also be built as a module. If so, the module will |
| 115 | be called tps40422. |
| 116 | |
Guenter Roeck | 9d2ecfb | 2011-07-12 07:15:19 -0700 | [diff] [blame] | 117 | config SENSORS_UCD9000 |
| 118 | tristate "TI UCD90120, UCD90124, UCD9090, UCD90910" |
| 119 | default n |
| 120 | help |
| 121 | If you say yes here you get hardware monitoring support for TI |
| 122 | UCD90120, UCD90124, UCD9090, UCD90910 Sequencer and System Health |
| 123 | Controllers. |
| 124 | |
| 125 | This driver can also be built as a module. If so, the module will |
| 126 | be called ucd9000. |
| 127 | |
| 128 | config SENSORS_UCD9200 |
| 129 | tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248" |
| 130 | default n |
| 131 | help |
| 132 | If you say yes here you get hardware monitoring support for TI |
| 133 | UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248 |
| 134 | Digital PWM System Controllers. |
| 135 | |
| 136 | This driver can also be built as a module. If so, the module will |
| 137 | be called ucd9200. |
| 138 | |
Guenter Roeck | 200855e | 2011-07-29 22:21:53 -0700 | [diff] [blame] | 139 | config SENSORS_ZL6100 |
| 140 | tristate "Intersil ZL6100 and compatibles" |
| 141 | default n |
| 142 | help |
| 143 | If you say yes here you get hardware monitoring support for Intersil |
Guenter Roeck | 3360a10 | 2012-02-28 13:18:47 -0800 | [diff] [blame] | 144 | ZL2004, ZL2005, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, ZL6105, |
| 145 | ZL9101M, and ZL9117M Digital DC/DC Controllers, as well as for |
| 146 | Ericsson BMR450, BMR451, BMR462, BMR463, and BMR464. |
Guenter Roeck | 200855e | 2011-07-29 22:21:53 -0700 | [diff] [blame] | 147 | |
| 148 | This driver can also be built as a module. If so, the module will |
| 149 | be called zl6100. |
| 150 | |
Guenter Roeck | 9d2ecfb | 2011-07-12 07:15:19 -0700 | [diff] [blame] | 151 | endif # PMBUS |