xref: /OK3568_Linux_fs/buildroot/package/freescale-imx/imx-uuc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_UUC
2*4882a593Smuzhiyun	bool "imx-uuc"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	depends on BR2_arm || BR2_aarch64 # Only relevant for i.MX
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18 # usb_functionfs_descs_head_v2
7*4882a593Smuzhiyun	select BR2_PACKAGE_HOST_DOSFSTOOLS
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  This package provides the Universal Adapter user-space
10*4882a593Smuzhiyun	  utility that is used to receive commands from the
11*4882a593Smuzhiyun	  Manufacturing Tool using the Freescale UTP Protocol.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  It requires a Freescale/NXP kernel whose configuration
14*4882a593Smuzhiyun	  contains the CONFIG_FSL_UTP option.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  This package is provided by Freescale/NXP as-is and doesn't
17*4882a593Smuzhiyun	  have an upstream.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "imx-uuc needs a toolchain w/ threads, headers >= 3.18"
20*4882a593Smuzhiyun	depends on BR2_arm
21*4882a593Smuzhiyun	depends on BR2_USE_MMU
22*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
23*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
24