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