From d3928baa81ee04a550a38c11c0257480026b0ed9 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 11 Apr 2020 20:54:02 +0200 Subject: ARM: rmobile: Enable support for OpTee on Gen3 Enable OpTee support on R-Car Gen3, so that U-Boot would copy the OpTee /firmware and /reserved-memory nodes into the Linux DT. Reviewed-by: Simon Glass Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Cc: Simon Glass Cc: Tom Rini --- configs/rcar3_ulcb_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/rcar3_ulcb_defconfig') diff --git a/configs/rcar3_ulcb_defconfig b/configs/rcar3_ulcb_defconfig index 53ea93801b..4be3e0b345 100644 --- a/configs/rcar3_ulcb_defconfig +++ b/configs/rcar3_ulcb_defconfig @@ -58,6 +58,8 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_SCIF_CONSOLE=y +CONFIG_TEE=y +CONFIG_OPTEE=y CONFIG_SYSRESET=y CONFIG_USB=y CONFIG_DM_USB=y -- cgit