python-pyasn: bump to version 1.6.0b1
[buildroot-gz.git] / package / freescale-imx / imx-uuc / Config.in
blobed734ad7e22fb0a994ee368134ae68c67b399673
1 config BR2_PACKAGE_IMX_UUC
2         bool "imx-uuc"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_arm # Only relevant for i.MX
5         depends on BR2_USE_MMU # fork()
6         select BR2_PACKAGE_HOST_DOSFSTOOLS
7         help
8           This package provides the Universal Adapter user-space
9           utility that is used to receive commands from the
10           Manufacturing Tool using the Freescale UTP Protocol.
12           It requires a Freescale/NXP kernel whose configuration
13           contains the CONFIG_FSL_UTP option.
15           This package is provided by Freescale/NXP as-is and doesn't
16           have an upstream.
18 comment "imx-uuc needs a toolchain w/ threads"
19         depends on BR2_arm
20         depends on BR2_USE_MMU
21         depends on !BR2_TOOLCHAIN_HAS_THREADS