1config BR2_PACKAGE_LSHW 2 bool "lshw" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_USE_WCHAR 5 select BR2_PACKAGE_HWDATA # runtime 6 select BR2_PACKAGE_HWDATA_PCI_IDS 7 select BR2_PACKAGE_HWDATA_PNP_IDS 8 select BR2_PACKAGE_HWDATA_USB_IDS 9 help 10 lshw (Hardware Lister) is a small tool to provide 11 detailed information on the hardware configuration of the 12 machine. 13 14 http://ezix.org/project/wiki/HardwareLiSter 15 16comment "lshw needs a toolchain w/ C++, wchar" 17 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR 18