You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
352 B
8 lines
352 B
# for linux kernel support optee
|
|
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(LINUX_DIR)/arch/arm64/configs/phytium_optee.config"
|
|
|
|
BR2_PACKAGE_PHYTIUM_OPTEE=y
|
|
|
|
BR2_PACKAGE_PHYTIUM_OPTEE_CUSTOM_REPO_URL="https://gitee.com/phytium_embedded/phytium-optee.git"
|
|
BR2_PACKAGE_PHYTIUM_OPTEE_CUSTOM_REPO_VERSION="v3.1"
|
|
BR2_PACKAGE_PHYTIUM_OPTEE_BOARD="e2000qdemo"
|
|
|