diff options
author | Marek Vasut | 2020-04-11 20:54:02 +0200 |
---|---|---|
committer | Marek Vasut | 2020-05-20 13:20:19 +0200 |
commit | d3928baa81ee04a550a38c11c0257480026b0ed9 (patch) | |
tree | 5910715c85869b1bdf1878856071ae64003b16d5 /configs/r8a77970_eagle_defconfig | |
parent | 361377dbdbc9f0f59b954248a696ad46ad5036b7 (diff) |
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 <sjg@chromium.org>
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/r8a77970_eagle_defconfig')
-rw-r--r-- | configs/r8a77970_eagle_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/r8a77970_eagle_defconfig b/configs/r8a77970_eagle_defconfig index 78bfb9a0329..2a53f16ee96 100644 --- a/configs/r8a77970_eagle_defconfig +++ b/configs/r8a77970_eagle_defconfig @@ -57,6 +57,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_SPI=y CONFIG_DM_SPI=y CONFIG_RENESAS_RPC_SPI=y |