diff -r e6f6153d318c -r 27fec561af53 config/kernel/uclinux.in --- a/config/kernel/uclinux.in Tue May 19 16:05:36 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -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 -