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

config SYSUTILS_LSBUS
	bool
	prompt "  install lsbus"
	depends on SYSUTILS

config SYSUTILS_SYSTOOL
	bool
	prompt "  install systool"
	depends on SYSUTILS