summaryrefslogtreecommitdiff
path: root/apps/netutils/webserver/Kconfig
blob: 2fb80fe9592ab208636270e650e86d14ad6f50d0 (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_WEBSERVER
	bool "uIP web server"
	default n
	---help---
		Enable support for the uIP web server.

if NETUTILS_WEBSERVER
endif