xref: /OK3568_Linux_fs/buildroot/package/lshw/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LSHW
2*4882a593Smuzhiyun	bool "lshw"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
5*4882a593Smuzhiyun	select BR2_PACKAGE_HWDATA # runtime
6*4882a593Smuzhiyun	select BR2_PACKAGE_HWDATA_PCI_IDS
7*4882a593Smuzhiyun	select BR2_PACKAGE_HWDATA_USB_IDS
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  lshw (Hardware Lister) is a small tool to provide
10*4882a593Smuzhiyun	  detailed information on the hardware configuration of the
11*4882a593Smuzhiyun	  machine.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  http://ezix.org/project/wiki/HardwareLiSter
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "lshw needs a toolchain w/ C++, wchar"
16*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
17