Kconfig (5cf231a346fb80d7945aa46e90186a068a3a001b) | Kconfig (200855e52db1b1834121ba57fbd89c5b4911e02c) |
---|---|
1# 2# PMBus chip drivers configuration 3# 4 5menuconfig PMBUS 6 tristate "PMBus support" 7 depends on I2C && EXPERIMENTAL 8 default n --- 84 unchanged lines hidden (view full) --- 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. 97 98 This driver can also be built as a module. If so, the module will 99 be called ucd9200. 100 | 1# 2# PMBus chip drivers configuration 3# 4 5menuconfig PMBUS 6 tristate "PMBus support" 7 depends on I2C && EXPERIMENTAL 8 default n --- 84 unchanged lines hidden (view full) --- 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. 97 98 This driver can also be built as a module. If so, the module will 99 be called ucd9200. 100 |
101config SENSORS_ZL6100 102 tristate "Intersil ZL6100 and compatibles" 103 default n 104 help 105 If you say yes here you get hardware monitoring support for Intersil 106 ZL2004, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, and ZL6105 Digital 107 DC/DC Controllers. 108 109 This driver can also be built as a module. If so, the module will 110 be called zl6100. 111 |
|
101endif # PMBUS | 112endif # PMBUS |