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