Kconfig (1734b4135a62fd2402232346b809e99177ea6b4c) Kconfig (1e4063329fe865380177945efed3a42c0bbbfa05)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PMBus chip drivers configuration
4#
5
6menuconfig PMBUS
7 tristate "PMBus support"
8 depends on I2C

--- 162 unchanged lines hidden (view full) ---

171 tristate "Linear Technologies LTC3815"
172 help
173 If you say yes here you get hardware monitoring support for Linear
174 Technology LTC3815.
175
176 This driver can also be built as a module. If so, the module will
177 be called ltc3815.
178
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PMBus chip drivers configuration
4#
5
6menuconfig PMBUS
7 tristate "PMBus support"
8 depends on I2C

--- 162 unchanged lines hidden (view full) ---

171 tristate "Linear Technologies LTC3815"
172 help
173 If you say yes here you get hardware monitoring support for Linear
174 Technology LTC3815.
175
176 This driver can also be built as a module. If so, the module will
177 be called ltc3815.
178
179config SENSORS_MAX15301
180 tristate "Maxim MAX15301"
181 help
182 If you say yes here you get hardware monitoring support for Maxim
183 MAX15301, as well as for Flex BMR461.
184
185 This driver can also be built as a module. If so, the module will
186 be called max15301.
187
179config SENSORS_MAX16064
180 tristate "Maxim MAX16064"
181 help
182 If you say yes here you get hardware monitoring support for Maxim
183 MAX16064.
184
185 This driver can also be built as a module. If so, the module will
186 be called max16064.

--- 160 unchanged lines hidden ---
188config SENSORS_MAX16064
189 tristate "Maxim MAX16064"
190 help
191 If you say yes here you get hardware monitoring support for Maxim
192 MAX16064.
193
194 This driver can also be built as a module. If so, the module will
195 be called max16064.

--- 160 unchanged lines hidden ---