summaryrefslogtreecommitdiffstats
path: root/rules/sysfsutils.in
blob: 5752edce70732929aefdf848c28c448c5bdc6c57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
menuconfig SYSFSUTILS
	bool "sysfsutils          "

config SYSFSUTILS_LIB
	bool
	prompt "install libsysfs"
	default y
	depends on SYSFSUTILS
	help
	  Sysfs is a virtual file system in Linux kernel 
	  2.5+ that provides a tree of system devices. 

config SYSFSUTILS_SYSTOOL
	bool
	prompt "install sysfs systool"
	depends on SYSFSUTILS
	help
	  Enable this tio get the program 'systool' 
	  to query sysfs entries: it can list devices 
	  by bus, class, and topology.