diff options
author | Victor Chong <victor.chong@linaro.org> | 2017-08-10 10:37:27 +0800 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2017-08-14 16:14:14 +0100 |
commit | e5e489fb46677b904d39a162554c368d68b2da38 (patch) | |
tree | b09d2087d9da8308bc81d0c9bb1d948edf74ce97 | |
parent | 9a713a529b48b3bf7a7b7777b7cb6aedc2530685 (diff) | |
download | linux-e5e489fb46677b904d39a162554c368d68b2da38.tar.bz2 |
arm64: defconfig: enable OP-TEE
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>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ae0a0a4f8e9f..066525f6fbe0 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 |