summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/Kconfig
blob: 42ec1381f55de6789588ed8a829def4b7d5f2b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_THTTPD
	bool "THTTPD web server example"
	default n
	---help---
		Enable the THTTPD web server example

if EXAMPLES_THTTPD

config EXAMPLES_THTTPD_NOMAC
	bool "Use Canned MAC Address"
	default n
	---help---
		May be defined to use a hard-coded, software assigned MAC of
		00:0e:de:ad:be:ef

config EXAMPLES_THTTPD_DRIPADDR
	hex "Default Router IP address (Gateway)"
	default 0x0a000001

config EXAMPLES_THTTPD_NETMASK
	hex "Network Mask"
	default 0xffffff00

endif