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