summaryrefslogtreecommitdiff
path: root/apps/netutils/thttpd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 20:01:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 20:01:08 +0000
commit9bb8a758ba47732e5a172bd4036b0ea12a08d7f9 (patch)
tree48c981689060f4b6bbbcd366051a377e96890318 /apps/netutils/thttpd
parent5a84bb395dd15c5c333b26a588de89eb497f0b83 (diff)
downloadpx4-nuttx-9bb8a758ba47732e5a172bd4036b0ea12a08d7f9.tar.gz
px4-nuttx-9bb8a758ba47732e5a172bd4036b0ea12a08d7f9.tar.bz2
px4-nuttx-9bb8a758ba47732e5a172bd4036b0ea12a08d7f9.zip
Developing a new way to handle application configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4609 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/netutils/thttpd')
-rw-r--r--apps/netutils/thttpd/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/netutils/thttpd/Kconfig b/apps/netutils/thttpd/Kconfig
index ee630ee3b..8c73008ab 100644
--- a/apps/netutils/thttpd/Kconfig
+++ b/apps/netutils/thttpd/Kconfig
@@ -3,6 +3,13 @@
# see misc/tools/kconfig-language.txt.
#
+config NETUTILS_THTTPD
+ bool "THTTPD webserver"
+ default n
+ ---help---
+ Enable support for the THTTPD webservert.
+
+if NETUTILS_TFTPC
config THTTPD_PORT
int "THTTPD port number"
default 80
@@ -230,4 +237,4 @@ config THTTPD_URLPATTERN
---help---
If defined, then it will be used to match and verify referrers.
-
+endif