summaryrefslogtreecommitdiff
path: root/apps/netutils/uiplib/Kconfig
blob: 2eb09871732af3a178d9a71a89814a8b2d04a30d (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_UIPLIB
	bool "Network support library"
	default n
	---help---
		Enable support for the network support library.

if NETUTILS_UIPLIB
endif