diff options
Diffstat (limited to 'package/lm-sensors/Config.in')
-rw-r--r-- | package/lm-sensors/Config.in | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/package/lm-sensors/Config.in b/package/lm-sensors/Config.in index 50eac38e6..33c59fd74 100644 --- a/package/lm-sensors/Config.in +++ b/package/lm-sensors/Config.in @@ -8,3 +8,44 @@ config BR2_PACKAGE_LM_SENSORS http://www.lm-sensors.org/ +if BR2_PACKAGE_LM_SENSORS +comment "lm-sensors tools" + +config BR2_PACKAGE_LM_SENSORS_SENSORS + bool "sensors" + default y + help + Sensors is used to show the current readings of all sensor + chips. + +config BR2_PACKAGE_LM_SENSORS_FANCONTROL + bool "fancontrol" + help + Script for temperature driven fan control + +config BR2_PACKAGE_LM_SENSORS_ISADUMP + bool "isadump" + help + Isadump is a small helper program to examine registers + visible through the ISA bus. + +config BR2_PACKAGE_LM_SENSORS_ISASET + bool "isaset" + help + Isaset is a small helper program to set register visible + through the ISA bus. + +config BR2_PACKAGE_LM_SENSORS_PWMCONFIG + bool "pwmconfig" + help + Pwmconfig searches your sensors for pulse width modulation (PWM) + controls, and tests each one to see if it controls a fan on + your motherboard. + +config BR2_PACKAGE_LM_SENSORS_SENSORS_DETECT + bool "sensors-detect" + help + Sensors-detect is an interactive program for detecting + available hardware monitoring chips. + +endif |