xref: /OK3568_Linux_fs/buildroot/package/18xx-ti-utils/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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