|
@@ -54,6 +54,13 @@ config BR2_TARGET_OPTEE_OS_VERSION
|
|
|
default BR2_TARGET_OPTEE_OS_CUSTOM_REPO_VERSION \
|
|
|
if BR2_TARGET_OPTEE_OS_CUSTOM_GIT
|
|
|
|
|
|
+config BR2_TARGET_OPTEE_OS_NEEDS_DTC
|
|
|
+ bool "OP-TEE OS needs dtc"
|
|
|
+ select BR2_PACKAGE_HOST_DTC
|
|
|
+ help
|
|
|
+ Select this option if your OP-TEE OS platform configuration
|
|
|
+ requires the Device Tree compiler to be available.
|
|
|
+
|
|
|
config BR2_TARGET_OPTEE_OS_CORE
|
|
|
bool "Build core"
|
|
|
default y
|