Kconfig (20c7775aecea04d8ca322039969d49dcf568e0e9) | Kconfig (d115b51e0e567199c821fc39e13b6af7e78f247d) |
---|---|
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 --- 435 unchanged lines hidden (view full) --- 444 depends on HID 445 help 446 If you say yes here you get support for the Corsair Commander Pro 447 controller. 448 449 This driver can also be built as a module. If so, the module 450 will be called corsair-cpro. 451 | 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 --- 435 unchanged lines hidden (view full) --- 444 depends on HID 445 help 446 If you say yes here you get support for the Corsair Commander Pro 447 controller. 448 449 This driver can also be built as a module. If so, the module 450 will be called corsair-cpro. 451 |
452config SENSORS_CORSAIR_PSU 453 tristate "Corsair PSU HID controller" 454 depends on HID 455 help 456 If you say yes here you get support for Corsair PSUs with a HID 457 interface. 458 Currently this driver supports the (RM/HX)550i, (RM/HX)650i, 459 (RM/HX)750i, (RM/HX)850i, (RM/HX)1000i and HX1200i power supplies 460 by Corsair. 461 462 This driver can also be built as a module. If so, the module 463 will be called corsair-psu. 464 |
|
452config SENSORS_DRIVETEMP 453 tristate "Hard disk drives with temperature sensors" 454 depends on SCSI && ATA 455 help 456 If you say yes you get support for the temperature sensor on 457 hard disk drives. 458 459 This driver can also be built as a module. If so, the module --- 1667 unchanged lines hidden --- | 465config SENSORS_DRIVETEMP 466 tristate "Hard disk drives with temperature sensors" 467 depends on SCSI && ATA 468 help 469 If you say yes you get support for the temperature sensor on 470 hard disk drives. 471 472 This driver can also be built as a module. If so, the module --- 1667 unchanged lines hidden --- |