summaryrefslogtreecommitdiff
path: root/meta-nuvoton
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2023-08-14 12:22:04 +0300
committerTim Lee <chli30@nuvoton.com>2023-11-07 03:53:15 +0300
commit28bd3e5b7c855ad76418d839a155e88b54ab5289 (patch)
tree5a8cbfd96e4dec4818e79fdb488ee5d0c8e0cdb7 /meta-nuvoton
parentfe21f1a7ff7385e8d20f90cf152b298d66dbfba3 (diff)
downloadopenbmc-28bd3e5b7c855ad76418d839a155e88b54ab5289.tar.xz
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
Diffstat (limited to 'meta-nuvoton')
-rw-r--r--meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig
index cbe0bf3dec..b7f761a5dd 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_INPUT_MISC=y
CONFIG_NPCM_MBOX=y
-
+# Enable TEE
+CONFIG_TEE=y
+CONFIG_OPTEE=y