xref: /OK3568_Linux_fs/buildroot/package/ti-cgt-pru/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_TI_CGT_PRU_ARCH_SUPPORTS
2	bool
3	default y
4	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
5	depends on BR2_arm
6
7config BR2_PACKAGE_HOST_TI_CGT_PRU
8	bool "host ti-cgt-pru"
9	depends on BR2_PACKAGE_HOST_TI_CGT_PRU_ARCH_SUPPORTS
10	select BR2_HOSTARCH_NEEDS_IA32_LIBS
11	help
12	  This package provides the Code Generation Tools for the PRU
13	  unit found on some TI processors e.g. AM3358.
14
15	  Note: this is a binary cross toolchain that runs on x86 hosts
16	  targeting PRU cores found alongside some ARM processors.
17
18	  http://processors.wiki.ti.com/index.php/Programmable_Realtime_Unit_Software_Development
19