From d103465a456ac87392afd42dbfebd3252ccbf2c6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 2 Jul 2014 16:04:25 -0600 Subject: NET: Rename uiplib/UIPLIB to netlib/NETLIB --- apps/netutils/netlib/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/netutils/netlib/Kconfig (limited to 'apps/netutils/netlib/Kconfig') 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 -- cgit v1.2.3