xref: /OK3568_Linux_fs/buildroot/package/lm-sensors/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LM_SENSORS
2*4882a593Smuzhiyun	bool "lm-sensors"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  Lm-sensors is a hardware health monitoring package for
5*4882a593Smuzhiyun	  Linux. It allows you to access information from
6*4882a593Smuzhiyun	  temperature, voltage, and fan speed sensors. It
7*4882a593Smuzhiyun	  works with most newer systems.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  https://hwmon.wiki.kernel.org
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunif BR2_PACKAGE_LM_SENSORS
12*4882a593Smuzhiyuncomment "lm-sensors tools"
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunconfig BR2_PACKAGE_LM_SENSORS_SENSORS
15*4882a593Smuzhiyun	bool "sensors"
16*4882a593Smuzhiyun	default y
17*4882a593Smuzhiyun	help
18*4882a593Smuzhiyun	  Sensors is used to show the current readings of all sensor
19*4882a593Smuzhiyun	  chips.
20*4882a593Smuzhiyun
21*4882a593Smuzhiyunconfig BR2_PACKAGE_LM_SENSORS_FANCONTROL
22*4882a593Smuzhiyun	bool "fancontrol"
23*4882a593Smuzhiyun	help
24*4882a593Smuzhiyun	  Script for temperature driven fan control
25*4882a593Smuzhiyun
26*4882a593Smuzhiyunconfig BR2_PACKAGE_LM_SENSORS_ISADUMP
27*4882a593Smuzhiyun	bool "isadump"
28*4882a593Smuzhiyun	depends on BR2_i386 || BR2_x86_64
29*4882a593Smuzhiyun	help
30*4882a593Smuzhiyun	  Isadump is a small helper program to examine registers
31*4882a593Smuzhiyun	  visible through the ISA bus.
32*4882a593Smuzhiyun
33*4882a593Smuzhiyunconfig BR2_PACKAGE_LM_SENSORS_ISASET
34*4882a593Smuzhiyun	bool "isaset"
35*4882a593Smuzhiyun	depends on BR2_i386 || BR2_x86_64
36*4882a593Smuzhiyun	help
37*4882a593Smuzhiyun	  Isaset is a small helper program to set register visible
38*4882a593Smuzhiyun	  through the ISA bus.
39*4882a593Smuzhiyun
40*4882a593Smuzhiyunconfig BR2_PACKAGE_LM_SENSORS_PWMCONFIG
41*4882a593Smuzhiyun	bool "pwmconfig"
42*4882a593Smuzhiyun	help
43*4882a593Smuzhiyun	  Pwmconfig searches your sensors for pulse width modulation
44*4882a593Smuzhiyun	  (PWM) controls, and tests each one to see if it controls a fan
45*4882a593Smuzhiyun	  on your motherboard.
46*4882a593Smuzhiyun
47*4882a593Smuzhiyunconfig BR2_PACKAGE_LM_SENSORS_SENSORS_DETECT
48*4882a593Smuzhiyun	bool "sensors-detect"
49*4882a593Smuzhiyun	depends on BR2_PACKAGE_PERL
50*4882a593Smuzhiyun	help
51*4882a593Smuzhiyun	  Sensors-detect is an interactive program for detecting
52*4882a593Smuzhiyun	  available hardware monitoring chips.
53*4882a593Smuzhiyun
54*4882a593Smuzhiyuncomment "sensors-detect needs perl"
55*4882a593Smuzhiyun	depends on !BR2_PACKAGE_PERL
56*4882a593Smuzhiyun
57*4882a593Smuzhiyunendif
58