diff options
| author | Philippe Reynes <[email protected]> | 2019-09-24 11:32:27 +0200 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2019-10-15 08:40:03 -0600 |
| commit | 8d694395502df38b7b114e2b866cba68a0832927 (patch) | |
| tree | ed4b2491989ebeddb4a3b90edc54ed64ec5ad1ad | |
| parent | 4ab6a45ec7ee6380f66098814f0d2e46a64158e8 (diff) | |
sandbox: enable command aes
This commit enable the command aes on sandbox.
Then, it may be used on pytest.
Signed-off-by: Philippe Reynes <[email protected]>
| -rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 3f2dc992775..20ebc68997b 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -67,6 +67,7 @@ CONFIG_CMD_QFW=y CONFIG_CMD_BOOTSTAGE=y CONFIG_CMD_PMIC=y CONFIG_CMD_REGULATOR=y +CONFIG_CMD_AES=y CONFIG_CMD_TPM=y CONFIG_CMD_TPM_TEST=y CONFIG_CMD_BTRFS=y |
