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

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

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