summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/elf2flt/Config.in')
-rw-r--r--toolchain/elf2flt/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Config.in b/toolchain/elf2flt/Config.in
new file mode 100644
index 000000000..f8bdf5d71
--- /dev/null
+++ b/toolchain/elf2flt/Config.in
@@ -0,0 +1,12 @@
+comment "elf2flt"
+
+config BR2_ELF2FLT
+ bool "Enable elf2flt support?"
+ default n
+ help
+ uCLinux uses a Binary Flat format commonly known as BFLT. It
+ is a relatively simple and lightweight executable format
+ based on the original a.out format.
+
+ This option compiles the required tools and makes the required
+ modifications on your toolchain (linker).