summaryrefslogtreecommitdiffstats
path: root/rules/lm_sensors.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-10-10 17:44:49 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-10-10 17:56:54 +0200
commitecb007016fbc805b5d9ca27c173dcac12a2d414a (patch)
tree9f17ccb98be49d5df10d4aa11e48b9afd695503a /rules/lm_sensors.in
parentb4ead6f8bc6ee8eaf27fe1b74516f248208e03d5 (diff)
downloadptxdist-ecb007016fbc805b5d9ca27c173dcac12a2d414a.tar.gz
ptxdist-ecb007016fbc805b5d9ca27c173dcac12a2d414a.tar.xz
[lm_sensors] add all installable binaries
Add more binaries, with config switches. Fix permissions while being there and use the "-" notation for file sources. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/lm_sensors.in')
-rw-r--r--rules/lm_sensors.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/rules/lm_sensors.in b/rules/lm_sensors.in
index 1705f11a2..7815b85b8 100644
--- a/rules/lm_sensors.in
+++ b/rules/lm_sensors.in
@@ -8,3 +8,27 @@ config LM_SENSORS
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_SENSORS_DETECT
+ bool
+ prompt "install sensors-detect"
+
+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