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_USB_IDS 8 help 9 lshw (Hardware Lister) is a small tool to provide 10 detailed information on the hardware configuration of the 11 machine. 12 13 http://ezix.org/project/wiki/HardwareLiSter 14 15comment "lshw needs a toolchain w/ C++, wchar" 16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR 17