summaryrefslogtreecommitdiffstats
path: root/rules/libsysfs.in
blob: 68bfd2647a7f0abc0158a819d49472484fec8c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=system_libraries

menuconfig LIBSYSFS
	tristate
	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