config/kernel/uclinux.in
changeset 1337 7f742f73c2d1
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/kernel/uclinux.in	Wed May 13 20:55:15 2009 +0000
     1.3 @@ -0,0 +1,21 @@
     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 +