|
@@ -1,7 +1,6 @@
|
|
|
config BR2_PACKAGE_OPTEE_CLIENT
|
|
|
bool "optee-client"
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
- depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3 # MMC_IOC_MULTI_CMD
|
|
|
help
|
|
|
Enable the OP-TEE client package that brings non-secure
|
|
@@ -25,8 +24,15 @@ config BR2_PACKAGE_OPTEE_CLIENT_TEE_FS_PATH
|
|
|
normal world OS providing the actual storage via
|
|
|
tee-supplicant.
|
|
|
|
|
|
+config BR2_PACKAGE_OPTEE_CLIENT_SUPP_PLUGINS
|
|
|
+ bool "Enable TEE supplicant plugins"
|
|
|
+ default y
|
|
|
+ depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
|
+ help
|
|
|
+ Enable TEE supplicant plugin support.
|
|
|
+
|
|
|
endif
|
|
|
|
|
|
-comment "optee-client needs a toolchain w/ threads, dynamic library, headers >= 4.3"
|
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
|
|
|
+comment "optee-client needs a toolchain w/ threads, headers >= 4.3"
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3
|