summaryrefslogtreecommitdiff
path: root/tests/Krelation
blob: 940eff8288f127b3642dfa1ff2056d6b82b32c76 (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 CHOICE_1
    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 CHOICE_2
    tristate "foo"
config G
    bool "g"
config H
    bool "h"
endchoice
endmenu
config I
    bool
endmenu

menu "m3"
endmenu
menu "m4"
endmenu