f4db4b9b99ff32ac7737309d4fa369e4a742daa1
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / sg3_utils / Config.in
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
8           http://sg.danny.cz/sg/sg3_utils.html
9
10 if BR2_PACKAGE_SG3_UTILS
11
12 config BR2_PACKAGE_SG3_UTILS_PROGS
13         bool "install programs"
14
15 endif
16
17 comment "sg3-utils needs a toolchain w/ threads"
18         depends on !BR2_TOOLCHAIN_HAS_THREADS