From: Jens Wiklander <jens.wiklander@linaro.org>
Date: Tue, 25 Sep 2018 14:40:17 +0000 (+0200)
Subject: sandbox: imply CONFIG_TEE (TEE uclass)
X-Git-Tag: v2025.01-rc5-pxa1908~3397
X-Git-Url: http://git.dujemihanovic.xyz/browse.php?a=commitdiff_plain;h=fe39e8e0ee37595b979df7832bf91d8cacbe6244;p=u-boot.git

sandbox: imply CONFIG_TEE (TEE uclass)

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
---

diff --git a/arch/Kconfig b/arch/Kconfig
index c988c17f37..074ede13a9 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -105,6 +105,7 @@ config SANDBOX
 	imply HASH_VERIFY
 	imply LZMA
 	imply SCSI
+	imply TEE
 
 config SH
 	bool "SuperH architecture"