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