[U-Boot] [PATCH v4 3/3] configs: sandbox: enable PCAP capture cmd
Ramon Fried
rfried.dev at gmail.com
Thu Jul 18 18:43:32 UTC 2019
Enable CONFIG_CMD_PCAP for testing PCAP capture.
Signed-off-by: Ramon Fried <rfried.dev at gmail.com>
---
Changes in v4:
* Patch added to patchset
Changes in v3: None
Changes in v2: None
configs/sandbox_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 61391a7acd..1c52b9c51e 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -47,6 +47,7 @@ CONFIG_CMD_REMOTEPROC=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
CONFIG_CMD_AXI=y
+CONFIG_CMD_PCAP=y
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_TFTPSRV=y
CONFIG_CMD_RARP=y
--
2.22.0
More information about the U-Boot
mailing list