Kconfig (85a3685852d9ac7d92be9d824533c915a4597fa4) | Kconfig (68a403823600fc9d8277f930981d3a013353b2fe) |
---|---|
1# 2# PMBus chip drivers configuration 3# 4 5menuconfig PMBUS 6 tristate "PMBus support" 7 depends on I2C 8 default n --- 16 unchanged lines hidden (view full) --- 25 This driver can also be built as a module. If so, the module will 26 be called pmbus. 27 28config 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 | 1# 2# PMBus chip drivers configuration 3# 4 5menuconfig PMBUS 6 tristate "PMBus support" 7 depends on I2C 8 default n --- 16 unchanged lines hidden (view full) --- 25 This driver can also be built as a module. If so, the module will 26 be called pmbus. 27 28config 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 ADM1075, ADM1275, and ADM1276 Hot-Swap Controller and Digital 34 Power Monitors. | 33 Devices ADM1075, ADM1275, ADM1276, ADM1293, and ADM1294 Hot-Swap 34 Controller and Digital Power Monitors. |
35 36 This driver can also be built as a module. If so, the module will 37 be called adm1275. 38 39config SENSORS_LM25066 40 tristate "National Semiconductor LM25066 and compatibles" 41 default n 42 help --- 98 unchanged lines hidden --- | 35 36 This driver can also be built as a module. If so, the module will 37 be called adm1275. 38 39config SENSORS_LM25066 40 tristate "National Semiconductor LM25066 and compatibles" 41 default n 42 help --- 98 unchanged lines hidden --- |