summaryrefslogtreecommitdiffstats
path: root/rules/lm_sensors.in
blob: 75c684253825be3a8df4a48f1e5506045e267fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## SECTION=shell_and_console

menuconfig LM_SENSORS
	tristate
	prompt "lm_sensors                    "
	select LIBC_M
	select BASH if (LM_SENSORS_FANCONTROL || LM_SENSORS_PWMCONFIG) && RUNTIME
	help
	  Lm-sensors is a hardware health monitoring package for Linux.
	  It contains a library (libsensors) providing generic access to hwmon
	  devices and a simple application dumping the readings of all
	  available sensor chips.

if LM_SENSORS

config LM_SENSORS_FANCONTROL
	bool
	prompt "install fancontrol"

config LM_SENSORS_ISASET
	bool
	prompt "install isaset"

config LM_SENSORS_ISADUMP
	bool
	prompt "install isadump"

config LM_SENSORS_PWMCONFIG
	bool
	prompt "install pwmconfig"

endif