Config.in 441 B

123456789101112131415161718
  1. config BR2_PACKAGE_SG3_UTILS
  2. bool "sg3-utils"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  5. Low level utilities for devices that use a SCSI command set.
  6. This option install only libsgutils2 library not programs.
  7. http://sg.danny.cz/sg/sg3_utils.html
  8. if BR2_PACKAGE_SG3_UTILS
  9. config BR2_PACKAGE_SG3_UTILS_PROGS
  10. bool "install programs"
  11. endif
  12. comment "sg3-utils needs a toolchain w/ threads"
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS