You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
554 B
Plaintext
28 lines
554 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menuconfig SYSTEM_EASYLOGGER
|
|
tristate "Easylogger"
|
|
default n
|
|
---help---
|
|
Enable support for the Easylogger
|
|
|
|
if SYSTEM_EASYLOGGER
|
|
|
|
config SYSTEM_EASYLOGGER_FILE
|
|
bool "Enable EasyLogger File"
|
|
default n
|
|
---help---
|
|
Add EasyLogger File support.
|
|
|
|
config SYSTEM_EASYLOGGER_FLASH
|
|
bool "Enable EasyLogger Flash"
|
|
default n
|
|
select SYSTEM_EASYFLASH
|
|
---help---
|
|
Add EasyLogger Flash support.
|
|
|
|
endif # SYSTEM_EASYLOGGER
|