2017-07-05 02:19:42 +00:00
|
|
|
#
|
|
|
|
# DO NOT EDIT! This file is automatically generated.
|
|
|
|
#
|
|
|
|
|
|
|
|
choice GEN_CHOICE_@@prefix@@
|
|
|
|
bool "@@label@@"
|
|
|
|
|
|
|
|
#!foreach choice
|
2017-07-06 07:13:03 +00:00
|
|
|
config @@prefix@@_@@kcfg_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
|
|
|
|
|
|
|
|
config @@prefix@@
|
|
|
|
string
|
|
|
|
#!foreach choice
|
2017-07-06 07:13:03 +00:00
|
|
|
default "@@choice@@" if @@prefix@@_@@kcfg_choice@@
|
2017-07-05 02:19:42 +00:00
|
|
|
#!end-foreach
|
|
|
|
|
|
|
|
#!foreach choice
|
2017-07-06 07:13:03 +00:00
|
|
|
if @@prefix@@_@@kcfg_choice@@
|
2017-07-05 02:19:42 +00:00
|
|
|
source "config/@@dir@@/@@choice@@.in"
|
|
|
|
endif
|
|
|
|
#!end-foreach
|