From 687c246020f74f6fffa0c5e6832cf25471ade155 Mon Sep 17 00:00:00 2001 From: Caesar Wang Date: Wed, 28 Apr 2021 10:10:32 +0800 Subject: [PATCH] arm64: configs: enable optee for rockchip_linux_defconfig Enable the configs and had TEE information as below: root@linaro-alip:~# dmesg |grep optee [ 0.181303] TEE core: Alloc the misc device "opteearmtz00" (id=0) [ 0.181507] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=63) [ 0.848626] optee: probing for conduit method from DT. [ 0.848657] optee: revision 3.6 (c38b1925) [ 0.849045] optee: initialized driver root@linaro-alip:~# realpath /dev/tee* /dev/tee0 /dev/teepriv0 Signed-off-by: Caesar Wang Change-Id: I2e818978c2b3203d859e169f10b86bee1bdac125 --- arch/arm64/configs/rockchip_linux_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/rockchip_linux_defconfig b/arch/arm64/configs/rockchip_linux_defconfig index eb65f82f5345..c9b3b30718bf 100644 --- a/arch/arm64/configs/rockchip_linux_defconfig +++ b/arch/arm64/configs/rockchip_linux_defconfig @@ -509,6 +509,8 @@ CONFIG_PHY_ROCKCHIP_USB=y CONFIG_ANDROID=y CONFIG_ROCKCHIP_EFUSE=y CONFIG_ROCKCHIP_OTP=y +CONFIG_TEE=y +CONFIG_OPTEE=y CONFIG_RK_FLASH=y CONFIG_RK_SFC_NAND=y CONFIG_RK_SFC_NAND_MTD=y