888c3d1618
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5675 42af7a65-404d-4744-a932-0658087f49c3
30 lines
587 B
Plaintext
30 lines
587 B
Plaintext
#
|
|
# 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
|