config/companion_libs/ppl.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 30 19:33:48 2009 +0200 (2009-08-30)
changeset 1497 1b90f0b34c80
parent 1324 48c12c696778
child 1535 073d351bdcd3
permissions -rw-r--r--
config: move down companion libraries sub-menu

Move the companion libraries sub-menu down the main menu.
That way, the user does not need to go back and forth in the menu
to change options set by the different components that select the
companion libraries (binutils, gcc, gdb).
     1 # PPL options
     2 
     3 choice
     4     bool
     5     prompt "PPL version"
     6 
     7 config PPL_V_0_10_2
     8     bool
     9     prompt "0.10.2"
    10 
    11 # CT_INSERT_VERSION_ABOVE
    12 # Don't remove above line!
    13 endchoice
    14 
    15 config PPL_VERSION
    16     string
    17     default "0.10.2" if PPL_V_0_10_2
    18 # CT_INSERT_VERSION_STRING_ABOVE
    19 # Don't remove above line!