2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 16:45:52 +00:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-14 20:01:08 +00:00
|
|
|
|
|
|
|
config NETUTILS_WEBCLIENT
|
|
|
|
bool "uIP web client"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable support for the uIP web client.
|
|
|
|
|
|
|
|
if NETUTILS_WEBCLIENT
|
|
|
|
endif
|