From 3af0ef70ff5d5bd4d4d1cdb0152ee53182dc09dd Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Wed, 12 May 2021 14:45:17 +0900 Subject: [PATCH] boards: spresense: Update rndis/rndis_smp/wifi/wifi_smp defconfigs Summary: - Add the following configs +CONFIG_NFS=y +CONFIG_USERMAIN_STACKSIZE=3072 (rndis/defconfig only) Impact: - None Testing: - Tested with NFS server on Ubuntu 18.04 (x86_64) Signed-off-by: Masayuki Ishikawa --- boards/arm/cxd56xx/spresense/configs/rndis/defconfig | 2 ++ boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig | 1 + boards/arm/cxd56xx/spresense/configs/wifi/defconfig | 1 + boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig | 1 + 4 files changed, 5 insertions(+) diff --git a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig index be516149248..9a86ad2e79a 100644 --- a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig +++ b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig @@ -105,6 +105,7 @@ CONFIG_NET_STATISTICS=y CONFIG_NET_TCP=y CONFIG_NET_TCPBACKLOG=y CONFIG_NET_UDP=y +CONFIG_NFS=y CONFIG_NSH_ARCHINIT=y CONFIG_NSH_BUILTIN_APPS=y CONFIG_NSH_DISABLE_TELNETD=y @@ -156,4 +157,5 @@ CONFIG_UART1_SERIAL_CONSOLE=y CONFIG_USBDEV=y CONFIG_USBDEV_DMA=y CONFIG_USBDEV_DUALSPEED=y +CONFIG_USERMAIN_STACKSIZE=3072 CONFIG_USER_ENTRYPOINT="spresense_main" diff --git a/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig b/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig index 2822555f749..dbf20221bef 100644 --- a/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig +++ b/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig @@ -107,6 +107,7 @@ CONFIG_NET_STATISTICS=y CONFIG_NET_TCP=y CONFIG_NET_TCPBACKLOG=y CONFIG_NET_UDP=y +CONFIG_NFS=y CONFIG_NSH_ARCHINIT=y CONFIG_NSH_BUILTIN_APPS=y CONFIG_NSH_DISABLE_TELNETD=y diff --git a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig index b452d3486ce..320724e0a68 100644 --- a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig +++ b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig @@ -109,6 +109,7 @@ CONFIG_NET_UDP_NO_STACK=y CONFIG_NET_USRSOCK=y CONFIG_NET_USRSOCK_CONNS=16 CONFIG_NET_USRSOCK_UDP=y +CONFIG_NFS=y CONFIG_NSH_ARCHINIT=y CONFIG_NSH_BUILTIN_APPS=y CONFIG_NSH_DISABLE_ARP=y diff --git a/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig b/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig index 948693c4e57..80e260e5e16 100644 --- a/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig +++ b/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig @@ -112,6 +112,7 @@ CONFIG_NET_UDP_NO_STACK=y CONFIG_NET_USRSOCK=y CONFIG_NET_USRSOCK_CONNS=16 CONFIG_NET_USRSOCK_UDP=y +CONFIG_NFS=y CONFIG_NSH_ARCHINIT=y CONFIG_NSH_BUILTIN_APPS=y CONFIG_NSH_DISABLE_ARP=y