diff options
| author | Ramon Fried <[email protected]> | 2019-07-18 21:43:32 +0300 |
|---|---|---|
| committer | Joe Hershberger <[email protected]> | 2019-09-04 11:37:19 -0500 |
| commit | 259f7223f2f567afe077528539a43b26d0fef876 (patch) | |
| tree | 47d3a979bbb295cb8696bbda8e2bf46f091c228d | |
| parent | dc625d04d251f7cb5d51daa513f002a83787a58f (diff) | |
configs: sandbox: enable PCAP capture cmd
Enable CONFIG_CMD_PCAP for testing PCAP capture.
Signed-off-by: Ramon Fried <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
| -rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 7355e3aa1ef..968ffdab61b 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 |
