Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1708161 > unrolled thread

[PATCH v2 5/6] arm64: defconfig: enable OP-TEE

Started byGuodong Xu <guodong.xu@linaro.org>
First post2017-08-10 04:40 +0200
Last post2017-08-10 04:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 5/6] arm64: defconfig: enable OP-TEE Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200

#1708161 — [PATCH v2 5/6] arm64: defconfig: enable OP-TEE

FromGuodong Xu <guodong.xu@linaro.org>
Date2017-08-10 04:40 +0200
Subject[PATCH v2 5/6] arm64: defconfig: enable OP-TEE
Message-ID<ucLy9-7Ry-7@gated-at.bofh.it>
From: Victor Chong <victor.chong@linaro.org>

This patch enables configs for Trusted Execution Environment (TEE) and
OP-TEE.

+CONFIG_TEE=y
+CONFIG_OPTEE=y

Signed-off-by: Victor Chong <victor.chong@linaro.org>
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 99f7e06..81008e1 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -521,6 +521,8 @@ CONFIG_PHY_XGENE=y
 CONFIG_PHY_TEGRA_XUSB=y
 CONFIG_QCOM_L2_PMU=y
 CONFIG_QCOM_L3_PMU=y
+CONFIG_TEE=y
+CONFIG_OPTEE=y
 CONFIG_ARM_SCPI_PROTOCOL=y
 CONFIG_RASPBERRYPI_FIRMWARE=y
 CONFIG_EFI_CAPSULE_LOADER=y
-- 
2.10.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web