1config BR2_PACKAGE_18XX_TI_UTILS 2 bool "18xx-ti-utils" 3 depends on BR2_TOOLCHAIN_HAS_THREADS # libnl 4 select BR2_PACKAGE_LIBNL 5 help 6 TI Wilink calibration utilities. 7 8 CONFIG_NL80211_TESTMODE must be enabled in the kernel 9 configuration for this package to work. 10 11 http://processors.wiki.ti.com/index.php/WL18xx_TX_Testing 12 13comment "18xx-ti-utils needs a toolchain w/ threads" 14 depends on !BR2_TOOLCHAIN_HAS_THREADS 15