summaryrefslogtreecommitdiff
path: root/apps/netutils/netlib/Kconfig
blob: fce4031987972d19afa5b95463bfb1597ea68539 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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