xref: /OK3568_Linux_fs/buildroot/package/lm-sensors/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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	  https://hwmon.wiki.kernel.org
10
11if BR2_PACKAGE_LM_SENSORS
12comment "lm-sensors tools"
13
14config 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
21config BR2_PACKAGE_LM_SENSORS_FANCONTROL
22	bool "fancontrol"
23	help
24	  Script for temperature driven fan control
25
26config BR2_PACKAGE_LM_SENSORS_ISADUMP
27	bool "isadump"
28	depends on BR2_i386 || BR2_x86_64
29	help
30	  Isadump is a small helper program to examine registers
31	  visible through the ISA bus.
32
33config BR2_PACKAGE_LM_SENSORS_ISASET
34	bool "isaset"
35	depends on BR2_i386 || BR2_x86_64
36	help
37	  Isaset is a small helper program to set register visible
38	  through the ISA bus.
39
40config BR2_PACKAGE_LM_SENSORS_PWMCONFIG
41	bool "pwmconfig"
42	help
43	  Pwmconfig searches your sensors for pulse width modulation
44	  (PWM) controls, and tests each one to see if it controls a fan
45	  on your motherboard.
46
47config BR2_PACKAGE_LM_SENSORS_SENSORS_DETECT
48	bool "sensors-detect"
49	depends on BR2_PACKAGE_PERL
50	help
51	  Sensors-detect is an interactive program for detecting
52	  available hardware monitoring chips.
53
54comment "sensors-detect needs perl"
55	depends on !BR2_PACKAGE_PERL
56
57endif
58