2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-13 04:14:09 +02:00
|
|
|
|
|
|
|
config EXAMPLES_THTTPD
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "THTTPD web server example"
|
2012-04-13 04:14:09 +02:00
|
|
|
default n
|
2015-06-07 18:24:46 +02:00
|
|
|
depends on FS_ROMFS && BUILD_FLAT
|
2012-04-13 04:14:09 +02:00
|
|
|
---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
|