diff mbox series

[PATCHv5,5/6] sandbox: imply SCP03 and CMD_SCP03

Message ID 20210209201038.28747-5-jorge@foundries.io
State Superseded
Delegated to: Tom Rini
Headers show
Series [PATCHv5,1/6] common: SCP03 control (enable and provision of keys) | expand

Commit Message

Jorge Ramirez-Ortiz, Foundries Feb. 9, 2021, 8:10 p.m. UTC
From: Igor Opaniuk <igor.opaniuk@foundries.io>

Enable by default SCP_03/CMD_SCP03 for sandbox target.

Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
---
 arch/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass Feb. 13, 2021, 4:17 a.m. UTC | #1
On Tue, 9 Feb 2021 at 13:10, Jorge Ramirez-Ortiz <jorge@foundries.io> wrote:
>
> From: Igor Opaniuk <igor.opaniuk@foundries.io>
>
> Enable by default SCP_03/CMD_SCP03 for sandbox target.
>
> Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
> ---
>  arch/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
>

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

Patch

diff --git a/arch/Kconfig b/arch/Kconfig
index 27843cd79c..7023223927 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -142,6 +142,8 @@  config SANDBOX
 	imply AVB_VERIFY
 	imply LIBAVB
 	imply CMD_AVB
+	imply SCP03
+	imply CMD_SCP03
 	imply UDP_FUNCTION_FASTBOOT
 	imply VIRTIO_MMIO
 	imply VIRTIO_PCI