summaryrefslogtreecommitdiff
path: root/maintainer/kconfig-menu.template
blob: e079a6ba44fdc332710e6f24a21f638e34c9d269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# DO NOT EDIT! This file is automatically generated.
#

#!foreach choice
menuconfig @@prefix@@_@@choice@@
    bool "@@choice@@"
#!foreach dependency
    @@depline@@
#!end-foreach
    help
#!foreach help
      @@helpline@@
#!end-foreach

if @@prefix@@_@@choice@@
source "config/@@dir@@/@@choice@@.in"
endif

#!end-foreach