The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lm-sensors / Config.in
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
9           http://www.lm-sensors.org/
10
11 if BR2_PACKAGE_LM_SENSORS
12 comment "lm-sensors tools"
13
14 config BR2_PACKAGE_LM_SENSORS_SENSORS
15         bool "sensors"
16         default y
17         help
18           Sensors is used to show the current readings of all sensor
19           chips.
20
21 config BR2_PACKAGE_LM_SENSORS_FANCONTROL
22         bool "fancontrol"
23         help
24           Script for temperature driven fan control
25
26 config BR2_PACKAGE_LM_SENSORS_ISADUMP
27         bool "isadump"
28         help
29           Isadump is a small helper program to examine registers
30           visible through the ISA bus.
31
32 config BR2_PACKAGE_LM_SENSORS_ISASET
33         bool "isaset"
34         help
35           Isaset is a small helper program to set register visible
36           through the ISA bus.
37
38 config BR2_PACKAGE_LM_SENSORS_PWMCONFIG
39         bool "pwmconfig"
40         help
41           Pwmconfig searches your sensors for pulse width modulation (PWM)
42           controls, and tests each one to see if it controls a fan on
43           your motherboard.
44
45 config BR2_PACKAGE_LM_SENSORS_SENSORS_DETECT
46         bool "sensors-detect"
47         depends on BR2_PACKAGE_PERL
48         help
49           Sensors-detect is an interactive program for detecting
50           available hardware monitoring chips.
51
52 comment "sensors-detect needs perl"
53         depends on !BR2_PACKAGE_PERL
54
55 endif