Kconfig (e5f5c99a39375ce533aacfdfb269978070121e1c) Kconfig (d6fe1360f42e86262153927986dea6502daff703)
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

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

394 select HWMON_VID
395 help
396 If you say yes here you get support for Genesys Logic GL520SM
397 sensor chips.
398
399 This driver can also be built as a module. If so, the module
400 will be called gl520sm.
401
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

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

394 select HWMON_VID
395 help
396 If you say yes here you get support for Genesys Logic GL520SM
397 sensor chips.
398
399 This driver can also be built as a module. If so, the module
400 will be called gl520sm.
401
402config SENSORS_GPIO_FAN
403 tristate "GPIO fan"
404 depends on GENERIC_GPIO
405 help
406 If you say yes here you get support for fans connected to GPIO lines.
407
408 This driver can also be built as a module. If so, the module
409 will be called gpio-fan.
410
402config SENSORS_CORETEMP
403 tristate "Intel Core/Core2/Atom temperature sensor"
404 depends on X86 && PCI && EXPERIMENTAL
405 help
406 If you say yes here you get support for the temperature
407 sensor inside your CPU. Most of the family 6 CPUs
408 are supported. Check Documentation/hwmon/coretemp for details.
409

--- 806 unchanged lines hidden ---
411config SENSORS_CORETEMP
412 tristate "Intel Core/Core2/Atom temperature sensor"
413 depends on X86 && PCI && EXPERIMENTAL
414 help
415 If you say yes here you get support for the temperature
416 sensor inside your CPU. Most of the family 6 CPUs
417 are supported. Check Documentation/hwmon/coretemp for details.
418

--- 806 unchanged lines hidden ---