Kconfig (7bee946358c3cb957d4aa648fc5ab3cad0b232d0) | Kconfig (061603275814544842e7df77d1157eff18565997) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 568 unchanged lines hidden (view full) --- 577 default n 578 help 579 If you say yes here you get support for Linear Technology LTC4245 580 Multiple Supply Hot Swap Controller I2C interface. 581 582 This driver can also be built as a module. If so, the module will 583 be called ltc4245. 584 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 568 unchanged lines hidden (view full) --- 577 default n 578 help 579 If you say yes here you get support for Linear Technology LTC4245 580 Multiple Supply Hot Swap Controller I2C interface. 581 582 This driver can also be built as a module. If so, the module will 583 be called ltc4245. 584 |
585config SENSORS_LM95241 586 tristate "National Semiconductor LM95241 sensor chip" 587 depends on I2C 588 help 589 If you say yes here you get support for LM95241 sensor chip. 590 591 This driver can also be built as a module. If so, the module 592 will be called lm95241. 593 |
|
585config SENSORS_MAX1111 586 tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip" 587 depends on SPI_MASTER 588 help 589 Say y here to support Maxim's MAX1111 ADC chips. 590 591 This driver can also be built as a module. If so, the module 592 will be called max1111. --- 357 unchanged lines hidden --- | 594config SENSORS_MAX1111 595 tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip" 596 depends on SPI_MASTER 597 help 598 Say y here to support Maxim's MAX1111 ADC chips. 599 600 This driver can also be built as a module. If so, the module 601 will be called max1111. --- 357 unchanged lines hidden --- |