diff mbox series

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

Message ID 20210214152728.8628-6-jorge@foundries.io
State Accepted
Commit 7c591a841c1f089209285d6ff8d0e1bce5bb9618
Delegated to: Tom Rini
Headers show
Series SCP03 control, documentation and tests. | expand

Commit Message

Jorge Ramirez-Ortiz, Foundries Feb. 14, 2021, 3:27 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>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
 arch/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini March 15, 2021, 3:53 p.m. UTC | #1
On Sun, Feb 14, 2021 at 04:27:27PM +0100, Jorge Ramirez-Ortiz 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>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/next, thanks!
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