mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-20 04:58:29 +00:00
Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools by Alan Carvalho de Assis
This commit is contained in:
parent
fda41f953f
commit
da0235e8e6
1 changed files with 9 additions and 0 deletions
|
|
@ -10,4 +10,13 @@ config NETUTILS_FTPC
|
|||
Enable support for the FTP client.
|
||||
|
||||
if NETUTILS_FTPC
|
||||
|
||||
config DEBUG_FTPC
|
||||
bool "Debug FTP client"
|
||||
default n
|
||||
depends on DEBUG
|
||||
---help---
|
||||
Enable debug support for the FTP client. This option simple forces
|
||||
CONFIG_DEBUG_NET to be on, but only for the files within this directory.
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue