summaryrefslogtreecommitdiff
path: root/tests/Krelation
blob: 420152fe3c1f65cfddfe98facb34178fa17bd0ae (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
35
36
config A
    bool
    depends on UNDEFINED

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
    tristate "foo"
config G
    bool "g"
config H
    bool "h"
endchoice
endmenu
config I
    bool
endmenu

menu "m3"
endmenu
menu "m4"
endmenu