summaryrefslogtreecommitdiffstats
path: root/rules/lshw.in
blob: 6911380f69999a3aae2b44c8b16ddb1679e50a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## SECTION=shell_and_console

menuconfig LSHW
	tristate
	prompt "lshw                          "
	select LIBC_RESOLV
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	select GTK if LSHW_GUI
	help
	  lshw (Hardware Lister) is a small tool to provide detailed information
	  on the hardware configuration of the machine. It can report exact
	  memory configuration, firmware version, mainboard configuration, CPU
	  version and speed, cache configuration, bus speed, etc.

if LSHW

config LSHW_GUI
	bool
	# gtk2 only
	depends on BROKEN
	prompt "install GUI"

endif