Kconfig (4aef2ec9022b217f74d0f4c9b84081f07cc223d9) | Kconfig (3bce5377ef66a8700dcf7a9cb89b7aeb99326cb7) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Hardware monitoring chip drivers configuration 4# 5 6menuconfig HWMON 7 tristate "Hardware Monitoring support" 8 depends on HAS_IOMEM --- 398 unchanged lines hidden (view full) --- 407config SENSORS_DRIVETEMP 408 tristate "Hard disk drives with temperature sensors" 409 depends on SCSI && ATA 410 help 411 If you say yes you get support for the temperature sensor on 412 hard disk drives. 413 414 This driver can also be built as a module. If so, the module | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Hardware monitoring chip drivers configuration 4# 5 6menuconfig HWMON 7 tristate "Hardware Monitoring support" 8 depends on HAS_IOMEM --- 398 unchanged lines hidden (view full) --- 407config SENSORS_DRIVETEMP 408 tristate "Hard disk drives with temperature sensors" 409 depends on SCSI && ATA 410 help 411 If you say yes you get support for the temperature sensor on 412 hard disk drives. 413 414 This driver can also be built as a module. If so, the module |
415 will be called drivetemp. | 415 will be called satatemp. |
416 417config SENSORS_DS620 418 tristate "Dallas Semiconductor DS620" 419 depends on I2C 420 help 421 If you say yes here you get support for Dallas Semiconductor 422 DS620 sensor chip. 423 --- 94 unchanged lines hidden (view full) --- 518 depends on I2C 519 help 520 If you say yes here you get support for hardware monitoring 521 features of the Fintek F75375S/SP, F75373 and F75387 522 523 This driver can also be built as a module. If so, the module 524 will be called f75375s. 525 | 416 417config SENSORS_DS620 418 tristate "Dallas Semiconductor DS620" 419 depends on I2C 420 help 421 If you say yes here you get support for Dallas Semiconductor 422 DS620 sensor chip. 423 --- 94 unchanged lines hidden (view full) --- 518 depends on I2C 519 help 520 If you say yes here you get support for hardware monitoring 521 features of the Fintek F75375S/SP, F75373 and F75387 522 523 This driver can also be built as a module. If so, the module 524 will be called f75375s. 525 |
526config SENSORS_GSC 527 tristate "Gateworks System Controller ADC" 528 depends on MFD_GATEWORKS_GSC 529 help 530 Support for the Gateworks System Controller A/D converters. 531 532 To compile this driver as a module, choose M here: 533 the module will be called gsc-hwmon. 534 |
|
526config SENSORS_MC13783_ADC 527 tristate "Freescale MC13783/MC13892 ADC" 528 depends on MFD_MC13XXX 529 help 530 Support for the A/D converter on MC13783 and MC13892 PMIC. 531 532config SENSORS_FSCHMD 533 tristate "Fujitsu Siemens Computers sensor chips" --- 1495 unchanged lines hidden --- | 535config SENSORS_MC13783_ADC 536 tristate "Freescale MC13783/MC13892 ADC" 537 depends on MFD_MC13XXX 538 help 539 Support for the A/D converter on MC13783 and MC13892 PMIC. 540 541config SENSORS_FSCHMD 542 tristate "Fujitsu Siemens Computers sensor chips" --- 1495 unchanged lines hidden --- |