diff mbox series

[v4,13/19] sandbox: imply CONFIG_TEE (TEE uclass)

Message ID 20180925144023.24555-14-jens.wiklander@linaro.org
State New
Headers show
Series AVB using OP-TEE | expand

Commit Message

Jens Wiklander Sept. 25, 2018, 2:40 p.m. UTC
Reviewed-by: Simon Glass <sjg@chromium.org>

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>

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

-- 
2.17.1

Comments

Tom Rini Oct. 8, 2018, 1:41 a.m. UTC | #1
On Tue, Sep 25, 2018 at 04:40:17PM +0200, Jens Wiklander wrote:

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

> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>


Applied to u-boot/master, thanks!

-- 
Tom
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"