xref: /OK3568_Linux_fs/buildroot/package/sg3_utils/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_SG3_UTILS
2*4882a593Smuzhiyun	bool "sg3-utils"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  Low level utilities for devices that use a SCSI command set.
6*4882a593Smuzhiyun	  This option install only libsgutils2 library not programs.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  http://sg.danny.cz/sg/sg3_utils.html
9*4882a593Smuzhiyun
10*4882a593Smuzhiyunif BR2_PACKAGE_SG3_UTILS
11*4882a593Smuzhiyun
12*4882a593Smuzhiyunconfig BR2_PACKAGE_SG3_UTILS_PROGS
13*4882a593Smuzhiyun	bool "install programs"
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunendif
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "sg3-utils needs a toolchain w/ threads"
18*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
19