summaryrefslogtreecommitdiffstats
path: root/rules/lm_sensors.in
blob: f3597c094dbcc144a0525707597967dbe8223365 (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
## SECTION=shell_and_console

menuconfig LM_SENSORS
	tristate
	prompt "lm_sensors                    "
	select BASH if LM_SENSORS_FANCONTROL || LM_SENSORS_PWMCONFIG
	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