Config.in 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. config BR2_PACKAGE_LM_SENSORS
  2. bool "lm-sensors"
  3. help
  4. Lm-sensors is a hardware health monitoring package for
  5. Linux. It allows you to access information from
  6. temperature, voltage, and fan speed sensors. It
  7. works with most newer systems.
  8. http://www.lm-sensors.org/
  9. if BR2_PACKAGE_LM_SENSORS
  10. comment "lm-sensors tools"
  11. config BR2_PACKAGE_LM_SENSORS_SENSORS
  12. bool "sensors"
  13. default y
  14. help
  15. Sensors is used to show the current readings of all sensor
  16. chips.
  17. config BR2_PACKAGE_LM_SENSORS_FANCONTROL
  18. bool "fancontrol"
  19. help
  20. Script for temperature driven fan control
  21. config BR2_PACKAGE_LM_SENSORS_ISADUMP
  22. bool "isadump"
  23. help
  24. Isadump is a small helper program to examine registers
  25. visible through the ISA bus.
  26. config BR2_PACKAGE_LM_SENSORS_ISASET
  27. bool "isaset"
  28. help
  29. Isaset is a small helper program to set register visible
  30. through the ISA bus.
  31. config BR2_PACKAGE_LM_SENSORS_PWMCONFIG
  32. bool "pwmconfig"
  33. help
  34. Pwmconfig searches your sensors for pulse width modulation (PWM)
  35. controls, and tests each one to see if it controls a fan on
  36. your motherboard.
  37. config BR2_PACKAGE_LM_SENSORS_SENSORS_DETECT
  38. bool "sensors-detect"
  39. help
  40. Sensors-detect is an interactive program for detecting
  41. available hardware monitoring chips.
  42. endif