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 <wxt@rock-chips.com>
Change-Id: I2e818978c2b3203d859e169f10b86bee1bdac125
This commit is contained in:
Caesar Wang
2021-04-28 10:10:32 +08:00
parent cd4f956b82
commit 687c246020

View File

@@ -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