summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-14 10:51:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-14 10:51:09 -0600
commit300fc94c868ab84cf32554e4e2e4f876fb5bbda1 (patch)
tree678d04aeb01af59ac222acc92dd1a984c787bd6f /nuttx/configs/lm3s6965-ek
parent4ca70311447b5cbdf5922f943aab7efd328efe50 (diff)
downloadpx4-nuttx-300fc94c868ab84cf32554e4e2e4f876fb5bbda1.tar.gz
px4-nuttx-300fc94c868ab84cf32554e4e2e4f876fb5bbda1.tar.bz2
px4-nuttx-300fc94c868ab84cf32554e4e2e4f876fb5bbda1.zip
Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I would like to be able to select IPv4 and/or IPv6 in the future
Diffstat (limited to 'nuttx/configs/lm3s6965-ek')
-rw-r--r--nuttx/configs/lm3s6965-ek/discover/defconfig1
-rw-r--r--nuttx/configs/lm3s6965-ek/nsh/defconfig1
-rw-r--r--nuttx/configs/lm3s6965-ek/tcpecho/defconfig1
3 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/lm3s6965-ek/discover/defconfig b/nuttx/configs/lm3s6965-ek/discover/defconfig
index 763c44e5e..95c17b052 100644
--- a/nuttx/configs/lm3s6965-ek/discover/defconfig
+++ b/nuttx/configs/lm3s6965-ek/discover/defconfig
@@ -427,6 +427,7 @@ CONFIG_ARCH_HAVE_NET=y
# CONFIG_ARCH_HAVE_PHY is not set
CONFIG_NET=y
# CONFIG_NET_NOINTS is not set
+CONFIG_NET_IPv4=y
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_PROMISCUOUS is not set
CONFIG_NSOCKET_DESCRIPTORS=8
diff --git a/nuttx/configs/lm3s6965-ek/nsh/defconfig b/nuttx/configs/lm3s6965-ek/nsh/defconfig
index 763c44e5e..95c17b052 100644
--- a/nuttx/configs/lm3s6965-ek/nsh/defconfig
+++ b/nuttx/configs/lm3s6965-ek/nsh/defconfig
@@ -427,6 +427,7 @@ CONFIG_ARCH_HAVE_NET=y
# CONFIG_ARCH_HAVE_PHY is not set
CONFIG_NET=y
# CONFIG_NET_NOINTS is not set
+CONFIG_NET_IPv4=y
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_PROMISCUOUS is not set
CONFIG_NSOCKET_DESCRIPTORS=8
diff --git a/nuttx/configs/lm3s6965-ek/tcpecho/defconfig b/nuttx/configs/lm3s6965-ek/tcpecho/defconfig
index 26de9dc99..0dae9e462 100644
--- a/nuttx/configs/lm3s6965-ek/tcpecho/defconfig
+++ b/nuttx/configs/lm3s6965-ek/tcpecho/defconfig
@@ -508,6 +508,7 @@ CONFIG_NET=y
#
# Driver buffer configuration
#
+CONFIG_NET_IPv4=y
# CONFIG_NET_MULTIBUFFER is not set
CONFIG_NET_ETH_MTU=650
CONFIG_NET_ETH_TCP_RECVWNDO=624