config/elf2flt.in
changeset 1337 7f742f73c2d1
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/elf2flt.in	Wed May 13 20:55:15 2009 +0000
     1.3 @@ -0,0 +1,49 @@
     1.4 +# elf2flt options
     1.5 +
     1.6 +menu "elf2flt"
     1.7 +    depends on KERNEL_UCLINUX_BINFMT_FLAT
     1.8 +
     1.9 +config ELF2FLT_VERSION
    1.10 +    string
    1.11 +
    1.12 +choice
    1.13 +    bool
    1.14 +    prompt "elf2flt version"
    1.15 +
    1.16 +config ELF2FLT_CVSHEAD
    1.17 +    bool
    1.18 +    prompt "CVS Head"
    1.19 +    help
    1.20 +      Grab the latest version of elf2flt from the CVS repository
    1.21 +
    1.22 +config ELF2FLT_CVS_SNAPSHOT
    1.23 +    bool
    1.24 +    prompt "CVS Snapshot"
    1.25 +
    1.26 +# CT_INSERT_VERSION_ABOVE
    1.27 +# Don't remove above line!
    1.28 +endchoice
    1.29 +
    1.30 +config ELF2FLT_CVS_SNAPSHOT_SPEC
    1.31 +    string
    1.32 +    depends on ELF2FLT_CVS_SNAPSHOT
    1.33 +    default ""
    1.34 +    prompt "CVS refspec for elf2flt"
    1.35 +    help
    1.36 +       What you enter here will be passed verbatim to the cvs checkout command
    1.37 +       so be careful!
    1.38 +
    1.39 +config ELF2FLT_VERSION
    1.40 +    string
    1.41 +    default "head" if ELF2FLT_CVSHEAD
    1.42 +# CT_INSERT_VERSION_STRING_ABOVE
    1.43 +# Don't remove above line!
    1.44 +
    1.45 +config ELF2FLT_EXTRA_CONFIG
    1.46 +    string
    1.47 +    prompt "elf2flt extra config"
    1.48 +    default ""
    1.49 +    help
    1.50 +      Extra flags passed onto ./configure when configuring
    1.51 +
    1.52 +endmenu