diff -r 000000000000 -r 7f742f73c2d1 config/elf2flt.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/elf2flt.in Wed May 13 20:55:15 2009 +0000 @@ -0,0 +1,49 @@ +# elf2flt options + +menu "elf2flt" + depends on KERNEL_UCLINUX_BINFMT_FLAT + +config ELF2FLT_VERSION + string + +choice + bool + prompt "elf2flt version" + +config ELF2FLT_CVSHEAD + bool + prompt "CVS Head" + help + Grab the latest version of elf2flt from the CVS repository + +config ELF2FLT_CVS_SNAPSHOT + bool + prompt "CVS Snapshot" + +# CT_INSERT_VERSION_ABOVE +# Don't remove above line! +endchoice + +config ELF2FLT_CVS_SNAPSHOT_SPEC + string + depends on ELF2FLT_CVS_SNAPSHOT + default "" + prompt "CVS refspec for elf2flt" + help + What you enter here will be passed verbatim to the cvs checkout command + so be careful! + +config ELF2FLT_VERSION + string + default "head" if ELF2FLT_CVSHEAD +# CT_INSERT_VERSION_STRING_ABOVE +# Don't remove above line! + +config ELF2FLT_EXTRA_CONFIG + string + prompt "elf2flt extra config" + default "" + help + Extra flags passed onto ./configure when configuring + +endmenu