aboutsummaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/libelf/Kconfig')
-rw-r--r--nuttx/binfmt/libelf/Kconfig13
1 files changed, 6 insertions, 7 deletions
diff --git a/nuttx/binfmt/libelf/Kconfig b/nuttx/binfmt/libelf/Kconfig
index ba931b57e..f16dd4e90 100644
--- a/nuttx/binfmt/libelf/Kconfig
+++ b/nuttx/binfmt/libelf/Kconfig
@@ -9,6 +9,12 @@ config ELF_ALIGN_LOG2
---help---
Align all sections to this Log2 value: 0->1, 1->2, 2->4, etc.
+config ELF_STACKSIZE
+ int "ELF Stack Size"
+ default 2048
+ ---help---
+ This is the default stack size that will will be used when starting ELF binaries.
+
config ELF_CONSTRUCTORS
bool "C++ Static Constructor Support"
default n
@@ -16,13 +22,6 @@ config ELF_CONSTRUCTORS
---help---
Build in support for C++ constructors in ELF modules.
-config ELF_SYMBOLS
- bool "Export symbols from ELF modules"
- default n
- ---help---
- Allow symbols from one ELF module to be used by another. NOT
- fully implemented!
-
config ELF_DUMPBUFFER
bool "Dump ELF buffers"
default n