diff options
| author | Jens Wiklander <[email protected]> | 2018-09-25 16:40:17 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-10-07 10:48:26 -0400 |
| commit | fe39e8e0ee37595b979df7832bf91d8cacbe6244 (patch) | |
| tree | 76206d1c1ee15934462b5f4af82e781c4c8d760d | |
| parent | fa830ae1e47378c734358c95918c72b5bc4c3c66 (diff) | |
sandbox: imply CONFIG_TEE (TEE uclass)
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Jens Wiklander <[email protected]>
| -rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index c988c17f378..074ede13a9a 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" |
