summaryrefslogtreecommitdiffstats
path: root/rules/libsysfs.in
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-06 16:45:52 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-08 12:46:16 +0100
commitb11a0e8b6924d5dd94f2a8067b0f3c12de1d766e (patch)
treeb2e9d007522b345f14644c615d161c85cc648662 /rules/libsysfs.in
parent08ea7df672f618d29bbfbb73f2043e99601fc7a2 (diff)
downloadptxdist-b11a0e8b6924d5dd94f2a8067b0f3c12de1d766e.tar.gz
ptxdist-b11a0e8b6924d5dd94f2a8067b0f3c12de1d766e.tar.xz
[libsysfs] Added option to install systool
Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/libsysfs.in')
-rw-r--r--rules/libsysfs.in17
1 files changed, 15 insertions, 2 deletions
diff --git a/rules/libsysfs.in b/rules/libsysfs.in
index 501410df1..68bfd2647 100644
--- a/rules/libsysfs.in
+++ b/rules/libsysfs.in
@@ -1,10 +1,23 @@
## SECTION=system_libraries
-config LIBSYSFS
+menuconfig LIBSYSFS
tristate
- prompt "libsysfs"
+ prompt "libsysfs "
help
Sysfs is a virtual file system in Linux kernel 2.5+ that
provides a tree of system devices. libsysfs provides a
stable programming interface to sysfs and eases querying
system devices and their attributes.
+
+if LIBSYSFS
+
+config LIBSYSFS_SYSTOOL
+ bool
+ prompt "install sysfs systool"
+ help
+ Enable this tio get the program 'systool'
+ to query sysfs entries: it can list devices
+ by bus, class, and topology.
+
+endif
+