summaryrefslogtreecommitdiff
path: root/config/kernel/uclinux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-13 20:55:15 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-13 20:55:15 (GMT)
commitdf07dda46dd4265f8e2f8f0bdfca462c0719a838 (patch)
tree8c9c7a728d1cc07ee7deceb551096cd12cbd5582 /config/kernel/uclinux.in
parente89072b5a5922a08bcf3f1f10f3bd12806918f23 (diff)
Merge the /deve/uclinux branch back to /trunk:
- add support for uClinux, the MMU-less ports of Linux. -------- diffstat follows -------- /trunk/scripts/build/kernel/linux.sh | 100 1 99 0 --------------- /trunk/steps.mk | 1 1 0 0 + /trunk/config/kernel/linux.in | 247 0 247 0 ------------------------------------- /trunk/config/kernel.in | 2 1 1 0 /trunk/config/libc/glibc.in | 2 1 1 0 /trunk/config/libc/eglibc.in | 2 1 1 0 /trunk/config/libc/glibc-eglibc.in-common | 5 5 0 0 + /trunk/config/config.in | 1 1 0 0 + 8 files changed, 11 insertions(+), 349 deletions(-)
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
+