crosstool-ng/maintainer/kconfig-menu.template

21 lines
321 B
Plaintext
Raw Normal View History

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