Config.in 520 B

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