2017-07-04 19:19:42 -07:00
|
|
|
#
|
|
|
|
# DO NOT EDIT! This file is automatically generated.
|
|
|
|
#
|
|
|
|
|
2017-08-24 14:58:14 -07:00
|
|
|
choice GEN_CHOICE_@@dir|@@
|
2017-07-04 19:19:42 -07:00
|
|
|
bool "@@label@@"
|
|
|
|
|
|
|
|
#!foreach choice
|
2017-08-24 14:58:14 -07:00
|
|
|
config @@dir|@@_@@choice|@@
|
2017-07-04 19:19:42 -07:00
|
|
|
bool "@@choice@@"
|
|
|
|
#!foreach dependency
|
|
|
|
@@depline@@
|
|
|
|
#!end-foreach
|
|
|
|
help
|
|
|
|
#!foreach help
|
|
|
|
@@helpline@@
|
|
|
|
#!end-foreach
|
|
|
|
|
|
|
|
#!end-foreach
|
|
|
|
endchoice
|
|
|
|
|
2017-08-24 14:58:14 -07:00
|
|
|
config @@dir|@@
|
2017-07-04 19:19:42 -07:00
|
|
|
string
|
|
|
|
#!foreach choice
|
2017-08-24 14:58:14 -07:00
|
|
|
default "@@choice@@" if @@dir|@@_@@choice|@@
|
2017-07-04 19:19:42 -07:00
|
|
|
#!end-foreach
|
|
|
|
|
2017-11-29 00:14:04 -08:00
|
|
|
config @@dir|@@_CHOICE_KSYM
|
2017-11-19 00:10:53 -08:00
|
|
|
string
|
|
|
|
#!foreach choice
|
|
|
|
default "@@choice|@@" if @@dir|@@_@@choice|@@
|
|
|
|
#!end-foreach
|
|
|
|
|
2017-07-04 19:19:42 -07:00
|
|
|
#!foreach choice
|
2018-11-23 22:14:07 -08:00
|
|
|
config @@dir|@@_@@choice|@@_SHOW
|
|
|
|
bool
|
|
|
|
default y if @@dir|@@_@@choice|@@
|
|
|
|
|
|
|
|
if @@dir|@@_@@choice|@@_SHOW
|
|
|
|
comment "Options for @@choice@@"
|
2017-11-29 00:14:04 -08:00
|
|
|
config @@dir|@@_@@choice|@@_PKG_KSYM
|
|
|
|
string
|
|
|
|
default "@@pkg|@@"
|
|
|
|
|
|
|
|
#!if [ -n "@@pkg@@" ]
|
|
|
|
source "config/versions/@@pkg@@.in"
|
|
|
|
#!end-if
|
2017-07-04 19:19:42 -07:00
|
|
|
source "config/@@dir@@/@@choice@@.in"
|
|
|
|
endif
|
2017-11-29 00:14:04 -08:00
|
|
|
|
2017-07-04 19:19:42 -07:00
|
|
|
#!end-foreach
|
2018-11-23 22:14:07 -08:00
|
|
|
|
|
|
|
config ALL_@@dir|@@_CHOICES
|
|
|
|
string
|
|
|
|
default "@@*choice|@@"
|