summaryrefslogtreecommitdiffstats
path: root/rules/sysutils.in
blob: 8d74f168091b54d41a8dd2a422066000df89f762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menuconfig SYSUTILS
	tristate
	prompt "sysutils                      "

if SYSUTILS

config SYSUTILS_LSBUS
	bool
	prompt "install lsbus"
	help
	  lsbus: a small application to query system bus information.

config SYSUTILS_SYSTOOL
	bool
	prompt "install systool"
	help
	  systool: an application to view system device information by bus, class, and topology.

endif