summaryrefslogtreecommitdiffstats
path: root/rules/sysfsutils.in
blob: 81cffb9fcba8f68922162625b1bc4810a35177e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
menuconfig SYSFSUTILS
	tristate
	prompt "sysfsutils                    "

if SYSFSUTILS

config SYSFSUTILS_LIB
	bool
	prompt "install libsysfs"
	default y
	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"
	help
	  Enable this tio get the program 'systool'
	  to query sysfs entries: it can list devices
	  by bus, class, and topology.

endif