diff mbox series

[v3,14/20] sandbox: imply CONFIG_TEE (TEE uclass)

Message ID 20180903144711.31585-15-jens.wiklander@linaro.org
State Superseded
Headers show
Series AVB using OP-TEE | expand

Commit Message

Jens Wiklander Sept. 3, 2018, 2:47 p.m. UTC
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>

---
 arch/Kconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.17.1

Comments

Simon Glass Sept. 14, 2018, 10:53 a.m. UTC | #1
On 3 September 2018 at 16:47, Jens Wiklander <jens.wiklander@linaro.org> wrote:
> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
> ---
>  arch/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/arch/Kconfig b/arch/Kconfig
index bf1b4a9afac6..8f10f3fc06e8 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -91,6 +91,7 @@  config SANDBOX
 	imply HASH_VERIFY
 	imply LZMA
 	imply SCSI
+	imply TEE
 
 config SH
 	bool "SuperH architecture"