1*4882a593Smuzhiyunconfig BR2_PACKAGE_OPTEE_BENCHMARK 2*4882a593Smuzhiyun bool "optee-benchmark" 3*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # optee-client 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # optee-client 6*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3 # optee-client 7*4882a593Smuzhiyun select BR2_PACKAGE_OPTEE_CLIENT 8*4882a593Smuzhiyun select BR2_PACKAGE_LIBYAML 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun Enable the OP-TEE benchmark package that brings facilities 11*4882a593Smuzhiyun for profiling traversal and execution timings when 12*4882a593Smuzhiyun invoking OP-TEE. OP-TEE benchmark is a component delivered 13*4882a593Smuzhiyun by the OP-TEE project. 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun http://github.com/linaro-swg/optee_benchmark 16*4882a593Smuzhiyun 17*4882a593Smuzhiyuncomment "optee-benchmark needs a toolchain w/ threads, dynamic library, headers >= 4.3" 18*4882a593Smuzhiyun depends on BR2_USE_MMU 19*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \ 20*4882a593Smuzhiyun !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3 21