crosstool-ng/maintainer/kconfig-menu.template

21 lines
333 B
Plaintext
Raw Normal View History

#
# 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