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
|
|
|
|
|
|
|
|
#!foreach choice
|
2017-08-24 14:58:14 -07:00
|
|
|
if @@dir|@@_@@choice|@@
|
2017-07-04 19:19:42 -07:00
|
|
|
source "config/@@dir@@/@@choice@@.in"
|
|
|
|
endif
|
|
|
|
#!end-foreach
|