summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/libelf/Kconfig')
-rw-r--r--nuttx/binfmt/libelf/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/binfmt/libelf/Kconfig b/nuttx/binfmt/libelf/Kconfig
new file mode 100644
index 000000000..c47bc9f9e
--- /dev/null
+++ b/nuttx/binfmt/libelf/Kconfig
@@ -0,0 +1,9 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config ELF_DUMPBUFFER
+ bool "Dump ELF buffers"
+ default n
+ depends on DEBUG && DEBUG_VERBOSE