From: Igor Opaniuk Date: Sun, 14 Feb 2021 15:27:27 +0000 (+0100) Subject: sandbox: imply SCP03 and CMD_SCP03 X-Git-Tag: v2025.01-rc5-pxa1908~1941^2~9^2~1 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=7c591a841c1f089209285d6ff8d0e1bce5bb9618;p=u-boot.git sandbox: imply SCP03 and CMD_SCP03 Enable by default SCP_03/CMD_SCP03 for sandbox target. Signed-off-by: Igor Opaniuk Reviewed-by: Simon Glass --- 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