2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-13 04:14:09 +02:00
|
|
|
|
|
|
|
config EXAMPLES_THTTPD
|
|
|
|
bool "THTTPD web server example"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the THTTPD web server example
|
|
|
|
|
|
|
|
if EXAMPLES_THTTPD
|
2013-02-26 17:28:30 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2012-04-13 04:14:09 +02:00
|
|
|
endif
|