1config 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
8	  http://sg.danny.cz/sg/sg3_utils.html
9
10if BR2_PACKAGE_SG3_UTILS
11
12config BR2_PACKAGE_SG3_UTILS_PROGS
13	bool "install programs"
14
15endif
16
17comment "sg3-utils needs a toolchain w/ threads"
18	depends on !BR2_TOOLCHAIN_HAS_THREADS
19