From 3387da63161df501552ec9931cd2c047d89e381f Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Tue, 19 May 2020 12:55:31 +0900 Subject: [PATCH] boards: spresense: Add ftpc to wifi/defconfig Signed-off-by: Masayuki Ishikawa --- boards/arm/cxd56xx/spresense/configs/wifi/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig index 035245b57b..a656ab5f9d 100644 --- a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig +++ b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig @@ -32,6 +32,7 @@ CONFIG_DEBUG_FULLOPT=y CONFIG_DEBUG_SYMBOLS=y CONFIG_DRIVERS_WIRELESS=y CONFIG_ELF=y +CONFIG_EXAMPLES_FTPC=y CONFIG_EXAMPLES_FTPD=y CONFIG_EXAMPLES_HELLO=m CONFIG_EXAMPLES_TCPBLASTER=y