summaryrefslogtreecommitdiff
path: root/apps/netutils/netlib/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-02 16:04:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-02 16:04:25 -0600
commitd103465a456ac87392afd42dbfebd3252ccbf2c6 (patch)
tree08dbfc80efa9d36da0859d15c514a7d86165625e /apps/netutils/netlib/Kconfig
parent7668388eb7fd1960efaa409e3191cc7b7d5cb014 (diff)
downloadpx4-nuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.tar.gz
px4-nuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.tar.bz2
px4-nuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.zip
NET: Rename uiplib/UIPLIB to netlib/NETLIB
Diffstat (limited to 'apps/netutils/netlib/Kconfig')
-rw-r--r--apps/netutils/netlib/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/netutils/netlib/Kconfig b/apps/netutils/netlib/Kconfig
new file mode 100644
index 000000000..fce403198
--- /dev/null
+++ b/apps/netutils/netlib/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config NETUTILS_NETLIB
+ bool "Network support library"
+ default n
+ ---help---
+ Enable support for the network support library.
+
+if NETUTILS_NETLIB
+endif