commit | 28bd3e5b7c855ad76418d839a155e88b54ab5289 | [log] [tgz] |
---|---|---|
author | Tim Lee <timlee660101@gmail.com> | Mon Aug 14 17:22:04 2023 +0800 |
committer | Tim Lee <chli30@nuvoton.com> | Tue Nov 07 00:53:15 2023 +0000 |
tree | 5a8cbfd96e4dec4818e79fdb488ee5d0c8e0cdb7 | |
parent | fe21f1a7ff7385e8d20f90cf152b298d66dbfba3 [diff] |
meta-nuvoton: linux: npcm8xx: enable OP-TEE driver Enable OP-TEE driver in kernel via CONFIG_TEE=y and CONFIG_OPTEE=y Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I4dc7e7d0f0f3239cd2df9422715fe0fc885f591a
diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig index cbe0bf3..b7f761a 100644 --- a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig +++ b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig
@@ -183,4 +183,6 @@ CONFIG_NPCM_MBOX=y - +# Enable TEE +CONFIG_TEE=y +CONFIG_OPTEE=y