sandbox: imply SCP03 and CMD_SCP03
authorIgor Opaniuk <igor.opaniuk@foundries.io>
Sun, 14 Feb 2021 15:27:27 +0000 (16:27 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 14 Mar 2021 15:50:16 +0000 (11:50 -0400)
Enable by default SCP_03/CMD_SCP03 for sandbox target.

Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/Kconfig

index 27843cd..7023223 100644 (file)
@@ -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