summaryrefslogtreecommitdiffstats
path: root/rules/sysutils.in
blob: ccd7a7023d87396592327c3e9d5538c4984574be (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.