summaryrefslogtreecommitdiff
path: root/apps/netutils/thttpd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/thttpd/Kconfig')
-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