Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752273AbdHGOcw (ORCPT ); Mon, 7 Aug 2017 10:32:52 -0400 Received: from mail-pg0-f45.google.com ([74.125.83.45]:35922 "EHLO mail-pg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752181AbdHGOcs (ORCPT ); Mon, 7 Aug 2017 10:32:48 -0400 From: Guodong Xu To: xuwei5@hisilicon.com, catalin.marinas@arm.com, will.deacon@arm.com, arnd@arndb.de, khilman@baylibre.com, olof@lixom.net, timur@codeaurora.org, narmstrong@baylibre.com, robh@kernel.org, riku.voipio@linaro.org, eric@anholt.net Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Victor Chong , Guodong Xu Subject: [PATCH 5/5] arm64: defconfig: enable OP-TEE Date: Mon, 7 Aug 2017 22:32:00 +0800 Message-Id: <20170807143200.6764-6-guodong.xu@linaro.org> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170807143200.6764-1-guodong.xu@linaro.org> References: <20170807143200.6764-1-guodong.xu@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 746 Lines: 29 From: Victor Chong This patch enables configs for Trusted Execution Environment (TEE) and OP-TEE. +CONFIG_TEE=y +CONFIG_OPTEE=y Signed-off-by: Victor Chong Signed-off-by: Guodong Xu --- 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