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, 0 insertions, 21 deletions
diff --git a/config/kernel/uclinux.in b/config/kernel/uclinux.in
deleted file mode 100644
index b4997c0..0000000
--- a/config/kernel/uclinux.in
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-