From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramon Fried Date: Thu, 18 Jul 2019 21:43:32 +0300 Subject: [U-Boot] [PATCH v4 3/3] configs: sandbox: enable PCAP capture cmd In-Reply-To: <20190718184333.27927-1-rfried.dev@gmail.com> References: <20190718184333.27927-1-rfried.dev@gmail.com> Message-ID: <20190718184333.27927-3-rfried.dev@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable CONFIG_CMD_PCAP for testing PCAP capture. Signed-off-by: Ramon Fried --- 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