crosstool-ng/maintainer/kconfig-menu.template
Alexey Neyman ae71ce4106 Kconfigize choice/menu items
Also, add a poor man's upgrade script.

Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08 10:57:56 -07:00

21 lines
333 B
Plaintext

#
# DO NOT EDIT! This file is automatically generated.
#
#!foreach choice
menuconfig @@prefix@@_@@kcfg_choice@@
bool "@@choice@@"
#!foreach dependency
@@depline@@
#!end-foreach
help
#!foreach help
@@helpline@@
#!end-foreach
if @@prefix@@_@@kcfg_choice@@
source "config/@@dir@@/@@choice@@.in"
endif
#!end-foreach