Config.in 485 B

12345678910111213141516
  1. config 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. http://ezix.org/project/wiki/HardwareLiSter
  13. comment "lshw needs a toolchain w/ C++, wchar"
  14. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR