From 259f7223f2f567afe077528539a43b26d0fef876 Mon Sep 17 00:00:00 2001 From: Ramon Fried Date: Thu, 18 Jul 2019 21:43:32 +0300 Subject: [PATCH] configs: sandbox: enable PCAP capture cmd Enable CONFIG_CMD_PCAP for testing PCAP capture. Signed-off-by: Ramon Fried Acked-by: Joe Hershberger --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 7355e3a..968ffda 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -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 -- 2.7.4