summaryrefslogtreecommitdiff
path: root/config/kernel/uclinux.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel/uclinux.in')
-rw-r--r--config/kernel/uclinux.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/config/kernel/uclinux.in b/config/kernel/uclinux.in
new file mode 100644
index 0000000..b4997c0
--- /dev/null
+++ b/config/kernel/uclinux.in
@@ -0,0 +1,21 @@
+# uClinux kernel options
+# depends on EXPERIMENTAL
+
+config KERNEL_uclinux
+ help
+ Build a toolchain targeting systems running uClinux as a kernel.
+
+choice
+ bool
+ depends on KERNEL_uclinux
+ prompt "noMMU binary format"
+
+config KERNEL_UCLINUX_BINFMT_FLAT
+ bool
+ prompt "binfmt_flat"
+ help
+ This will build the elf2flt and flthdr utilities for your architecture
+ into the toolchain
+
+endchoice
+