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