]> Git Repo - J-u-boot.git/commitdiff
configs: sandbox: enable PCAP capture cmd
authorRamon Fried <[email protected]>
Thu, 18 Jul 2019 18:43:32 +0000 (21:43 +0300)
committerJoe Hershberger <[email protected]>
Wed, 4 Sep 2019 16:37:19 +0000 (11:37 -0500)
Enable CONFIG_CMD_PCAP for testing PCAP capture.

Signed-off-by: Ramon Fried <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
configs/sandbox_defconfig

index 7355e3aa1ef0cadaf605414671006dfa1addaf9c..968ffdab61b3e3dc25ee13183b904e68bef69261 100644 (file)
@@ -49,6 +49,7 @@ CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_AXI=y
 CONFIG_CMD_AB_SELECT=y
+CONFIG_CMD_PCAP=y
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_TFTPSRV=y
 CONFIG_CMD_RARP=y
This page took 0.040594 seconds and 4 git commands to generate.