diff options
author | Jens Wiklander <jens.wiklander@linaro.org> | 2018-09-25 16:40:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-07 10:48:26 -0400 |
commit | fe39e8e0ee37595b979df7832bf91d8cacbe6244 (patch) | |
tree | 76206d1c1ee15934462b5f4af82e781c4c8d760d /arch/Kconfig | |
parent | fa830ae1e47378c734358c95918c72b5bc4c3c66 (diff) |
sandbox: imply CONFIG_TEE (TEE uclass)
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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" |