From 25005873740ccbca576d198a4036a8a1413905f8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 21 Sep 2012 17:32:30 +0000 Subject: Add support for Fire STM32v3; sscanf fixes from Kate git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5168 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/webserver/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/netutils/webserver/Kconfig') diff --git a/apps/netutils/webserver/Kconfig b/apps/netutils/webserver/Kconfig index 78b0ff12c..edca8dfdd 100644 --- a/apps/netutils/webserver/Kconfig +++ b/apps/netutils/webserver/Kconfig @@ -6,6 +6,7 @@ config NETUTILS_WEBSERVER bool "uIP web server" default n + depends on NET_TCP ---help--- Enable support for the uIP web server. This tiny web server was from uIP 1.0, but has undergone many changes. It is, however, @@ -74,10 +75,11 @@ config NETUTILS_HTTPD_SERVERHEADER_DISABLE config NETUTILS_HTTPD_TIMEOUT int "Receive Timeout (sec)" default 0 + depends on NET_SOCKOPTS ---help--- Receive timeout setting (in seconds). A timeout value of zero disables the timeout. An HTTP 408 error is generated if the timeout - expires. + expires. This option depends on support for socket options (sockopts). choice prompt "File Transfer Method" -- cgit v1.2.3