config/kernel/uclinux.in
changeset 1345 27fec561af53
parent 1343 e6f6153d318c
child 1346 fee8feeba8ac
     1.1 --- a/config/kernel/uclinux.in	Tue May 19 16:05:36 2009 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,21 +0,0 @@
     1.4 -# uClinux kernel options
     1.5 -# depends on EXPERIMENTAL
     1.6 -
     1.7 -config KERNEL_uclinux
     1.8 -    help
     1.9 -      Build a toolchain targeting systems running uClinux as a kernel.
    1.10 -
    1.11 -choice
    1.12 -    bool
    1.13 -    depends on KERNEL_uclinux
    1.14 -    prompt "noMMU binary format"
    1.15 -
    1.16 -config KERNEL_UCLINUX_BINFMT_FLAT
    1.17 -    bool
    1.18 -    prompt "binfmt_flat"
    1.19 -    help
    1.20 -      This will build the elf2flt and flthdr utilities for your architecture
    1.21 -      into the toolchain
    1.22 -
    1.23 -endchoice
    1.24 -