openocd: avoid documentation rebuild to fix build issues
[buildroot-gz.git] / package / sg3_utils / Config.in
blob4b74eda64167ab6f7c00945628e8fc3eeb691860
1 config BR2_PACKAGE_SG3_UTILS
2         bool "sg3-utils"
3         depends on !BR2_bfin # symbol prefixing problems
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           Low level utilities for devices that use a SCSI command set.
7           This option install only libsgutils2 library not programs.
9           http://sg.danny.cz/sg/sg3_utils.html
11 if BR2_PACKAGE_SG3_UTILS
13 config BR2_PACKAGE_SG3_UTILS_PROGS
14         bool "install programs"
16 endif
18 comment "sg3-utils needs a toolchain w/ threads"
19         depends on !BR2_bfin
20         depends on !BR2_TOOLCHAIN_HAS_THREADS