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_FTPD
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "FTP server example"
|
2012-04-13 04:14:09 +02:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the FTP server example
|
|
|
|
|
|
|
|
if EXAMPLES_FTPD
|
2017-11-07 00:41:30 +01:00
|
|
|
|
|
|
|
config EXAMPLES_FTPD_STACKSIZE
|
|
|
|
int "FTP Daemon Stack Size"
|
2020-03-27 06:10:33 +01:00
|
|
|
default DEFAULT_TASK_STACKSIZE
|
2017-11-07 00:41:30 +01:00
|
|
|
|
2012-04-13 04:14:09 +02:00
|
|
|
endif
|