summaryrefslogtreecommitdiff
path: root/tests/Krelation
blob: 057b585bb714381ff01ee417a78a7a35335c7758 (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
34
config A
    bool

choice
    bool "C"
config B
    bool "B"
config C
    bool "C" if B
config D
    bool "D"
endchoice

menu "m1"
config E
    bool
menu "m2"
config F
    bool
choice
config G
    bool "g"
config H
    bool "h"
endchoice
endmenu
config I
    bool
endmenu

menu "m3"
endmenu
menu "m4"
endmenu