2012-04-06 15:49:35 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:08:57 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 15:49:35 +00:00
|
|
|
#
|
2012-10-24 16:46:12 +00:00
|
|
|
|
|
|
|
config NXFLAT_DUMPBUFFER
|
|
|
|
bool "Dump NXFLAT buffers"
|
|
|
|
default n
|
2016-06-17 19:30:19 -06:00
|
|
|
depends on DEBUG_INFO
|