commit | fe39e8e0ee37595b979df7832bf91d8cacbe6244 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Sep 25 16:40:17 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 07 10:48:26 2018 -0400 |
tree | 76206d1c1ee15934462b5f4af82e781c4c8d760d | |
parent | fa830ae1e47378c734358c95918c72b5bc4c3c66 [diff] [blame] |
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 c988c17..074ede1 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -105,6 +105,7 @@ imply HASH_VERIFY imply LZMA imply SCSI + imply TEE config SH bool "SuperH architecture"