summaryrefslogtreecommitdiff
path: root/maintainer/kconfig-menu.template
blob: 1f5e7b2e62c8565c8ba3060ce89ec1cfa7adde5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# DO NOT EDIT! This file is automatically generated.
#

#!foreach choice
menuconfig @@dir|@@_@@choice|@@
    bool "@@choice@@"
#!foreach dependency
    @@depline@@
#!end-foreach
#!if [ -n "@@*help@@" ]
    help
#!end-if
#!foreach help
      @@helpline@@
#!end-foreach

if @@dir|@@_@@choice|@@
config @@dir|@@_@@choice|@@_PKG_KSYM
    string
    default "@@pkg|@@"

#!if [ -n "@@pkg@@" ]
source "config/versions/@@pkg@@.in"
#!end-if
source "config/@@dir@@/@@choice@@.in"
endif

#!end-foreach

config ALL_@@dir|@@_CHOICES
    string
    default "@@*choice|@@"